#4CD75A

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

Shades of Emerald #4CD75A

Tints of Emerald #4CD75A

Color information

#4CD75A (or 0x4CD75A) is unknown color: approx Emerald. HEX triplet: 4C, D7 and 5A. RGB value is (76,215,90). Sum of RGB (Red+Green+Blue) = 76+215+90=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #4CD75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD75A is #B328A5. Grayscale: #9F9F9F. Windows color (decimal): -11741350 or 5953356. OLE color: 5953356.

HSL color Cylindrical-coordinate representation of color #4CD75A: hue angle of 126.04º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD75A is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB7621590-
CMYK0.6500.580.16
HSL126.04º63.47%57.06%-
HSV(B)126.04º64.65%84.31%-
XYZ29.1350.8817.96-
YUV159.1988.9568.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 215 (84.38% from 255) = 56.43%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=19.95%
G=56.43%
B=23.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76215900.6500.580.16126.0463.4757.06
Hex4CD75A4103A107e3f39
Octal114327132101072201767771
Binary100110011010111101101010000010111010100001111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,215,90); }

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

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

 a { background-color: rgb(76,215,90); }

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

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

 span { border-color: rgb(76,215,90); }

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