#4BCD6E

Color #4BCD6E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BCD6E

Tints of Emerald #4BCD6E

Color information

#4BCD6E (or 0x4BCD6E) is unknown color: approx Emerald. HEX triplet: 4B, CD and 6E. RGB value is (75,205,110). Sum of RGB (Red+Green+Blue) = 75+205+110=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD6E is #B43291. Grayscale: #9B9B9B. Windows color (decimal): -11809426 or 7261515. OLE color: 7261515.

HSL color Cylindrical-coordinate representation of color #4BCD6E: hue angle of 136.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCD6E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB75205110-
CMYK0.6300.460.20
HSL136.15º56.52%54.9%-
HSV(B)136.15º63.41%80.39%-
XYZ27.5546.2822.23-
YUV155.3102.4370.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 205 (80.47% from 255) = 52.56%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=19.23%
G=52.56%
B=28.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752051100.6300.460.20136.1556.5254.9
Hex4BCD6E3F02E14883937
Octal11331515677056242107167
Binary100101111001101110111011111101011101010010001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BCD6E; }

 p { color: rgb(75,205,110); }

 H1.HeaderClassName
 {
   color: #4BCD6E;
 }
 .AnyTagClassName
 {
   color: #4BCD6E;
 }
</style>
background-color css

<style>
 a { background-color: #4BCD6E; }

 a { background-color: rgb(75,205,110); }

 div.DivClassName
 {
   background-color: #4BCD6E;
 }
 .BgClassName
 {
   background-color: #4BCD6E;
 }
</style>
border-color css

<style>
 span { border-color: #4BCD6E; }

 span { border-color: rgb(75,205,110); }

 td.TdClassName
 {
   border-color: #4BCD6E;
 }
 .TagClassName
 {
   border-color: #4BCD6E;
 }
</style>