Html Css Color HEX #4CC075 Emerald

📋 copy color: '#4CC075'

red 76 ◦ green 192 ◦ blue 117

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

Shades of Emerald #4CC075

Tints of Emerald #4CC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 19.74%
G = 49.87%
B = 30.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#4CC075 (or 0x4CC075) is known color: Emerald. HEX triplet: 4C, C0 and 75. RGB value is (76,192,117). Sum of RGB (Red+Green+Blue) = 76+192+117=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC075 is #B33F8A. Grayscale: #949494. Windows color (decimal): -11747211 or 7716940. OLE color: 7716940.

HSL color Cylindrical-coordinate representation of color #4CC075: hue angle of 141.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC075 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 117 -
CMYK 0.60 0 0.39 0.25
HSL 141.21º 0.48% 0.53% -
HSV(B) 141.21º 0.6% 0.75% -
XYZ 25.04 40.52 23.33 -
YUV 148.77 110.07 76.1 -
System Red Green Blue C M Y K H S L
Decimal 76 192 117 0.60 0 0.39 0.25 141.21 0.48 0.53
Hex 4C C0 75 3C 0 27 19 8D 30 35
Octal 114 300 165 74 0 47 31 215 60 65
Binary 1001100 11000000 1110101 111100 0 100111 11001 10001101 110000 110101

Color Harmonies of #4CC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC075

Black with #4CC075

Text Example


Text Example

White with #4CC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,117); }

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

background-color css

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

 a { background-color: rgb(76,192,117); }

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

border-color css

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

 span { border-color: rgb(76,192,117); }

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