Html Css Color HEX #4CCF70 Emerald

📋 copy color: '#4CCF70'

red 76 ◦ green 207 ◦ blue 112

#4CCF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4CCF70

Tints of Emerald #4CCF70

RGB

 RED value IS 76 (30.08% from 255) = 19.24%

 GREEN value IS 207 (81.25% from 255) = 52.41%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 19.24%
G = 52.41%
B = 28.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#4CCF70 (or 0x4CCF70) is known color: Emerald. HEX triplet: 4C, CF and 70. RGB value is (76,207,112). Sum of RGB (Red+Green+Blue) = 76+207+112=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF70 is #B3308F. Grayscale: #9D9D9D. Windows color (decimal): -11743376 or 7393100. OLE color: 7393100.

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

Color convert

RGB 76 207 112 -
CMYK 0.63 0 0.46 0.19
HSL 136.49º 0.58% 0.55% -
HSV(B) 136.49º 0.63% 0.81% -
XYZ 28.22 47.33 22.98 -
YUV 157 102.6 70.22 -
System Red Green Blue C M Y K H S L
Decimal 76 207 112 0.63 0 0.46 0.19 136.49 0.58 0.55
Hex 4C CF 70 3F 0 2E 13 88 3A 37
Octal 114 317 160 77 0 56 23 210 72 67
Binary 1001100 11001111 1110000 111111 0 101110 10011 10001000 111010 110111

Color Harmonies of #4CCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCF70

Black with #4CCF70

Text Example


Text Example

White with #4CCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,207,112); }

 H1.HeaderClassName
 {
   color: #4CCF70;
 }
 .AnyTagClassName
 {
   color: #4CCF70;
 }
</style>

background-color css

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

 a { background-color: rgb(76,207,112); }

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

border-color css

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

 span { border-color: rgb(76,207,112); }

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