Html Css Color HEX #4CDE70 Emerald

📋 copy color: '#4CDE70'

red 76 ◦ green 222 ◦ blue 112

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

Shades of Emerald #4CDE70

Tints of Emerald #4CDE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.15%

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

R = 18.54%
G = 54.15%
B = 27.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#4CDE70 (or 0x4CDE70) is known color: Emerald. HEX triplet: 4C, DE and 70. RGB value is (76,222,112). Sum of RGB (Red+Green+Blue) = 76+222+112=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE70 is #B3218F. Grayscale: #A6A6A6. Windows color (decimal): -11739536 or 7396940. OLE color: 7396940.

HSL color Cylindrical-coordinate representation of color #4CDE70: hue angle of 134.79º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDE70 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 222 112 -
CMYK 0.66 0 0.50 0.13
HSL 134.79º 0.69% 0.58% -
HSV(B) 134.79º 0.66% 0.87% -
XYZ 32.03 54.95 24.25 -
YUV 165.81 97.63 63.94 -
System Red Green Blue C M Y K H S L
Decimal 76 222 112 0.66 0 0.50 0.13 134.79 0.69 0.58
Hex 4C DE 70 42 0 32 D 87 45 3A
Octal 114 336 160 102 0 62 15 207 105 72
Binary 1001100 11011110 1110000 1000010 0 110010 1101 10000111 1000101 111010

Color Harmonies of #4CDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDE70

Black with #4CDE70

Text Example


Text Example

White with #4CDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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