#4BCC61

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

Shades of Emerald #4BCC61

Tints of Emerald #4BCC61

Color information

#4BCC61 (or 0x4BCC61) is unknown color: approx Emerald. HEX triplet: 4B, CC and 61. RGB value is (75,204,97). Sum of RGB (Red+Green+Blue) = 75+204+97=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCC61 is #B4339E. Grayscale: #999999. Windows color (decimal): -11809695 or 6409291. OLE color: 6409291.

HSL color Cylindrical-coordinate representation of color #4BCC61: hue angle of 130.23º degrees, saturation: 0.56, 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 #4BCC61 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB7520497-
CMYK0.6300.520.2
HSL130.23º55.84%54.71%-
HSV(B)130.23º63.24%80%-
XYZ26.6545.5418.7-
YUV153.2396.2672.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 204 (80.08% from 255) = 54.26%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=19.95%
G=54.26%
B=25.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75204970.6300.520.2130.2355.8454.71
Hex4BCC613F03414823837
Octal11331414177064242027067
Binary100101111001100110000111111101101001010010000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,204,97); }

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

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

 a { background-color: rgb(75,204,97); }

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

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

 span { border-color: rgb(75,204,97); }

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