Html Css Color HEX #4CC082 Emerald

📋 copy color: '#4CC082'

red 76 ◦ green 192 ◦ blue 130

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

Shades of Emerald #4CC082

Tints of Emerald #4CC082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 19.1%
G = 48.24%
B = 32.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#4CC082 (or 0x4CC082) is known color: Emerald. HEX triplet: 4C, C0 and 82. RGB value is (76,192,130). Sum of RGB (Red+Green+Blue) = 76+192+130=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC082 is #B33F7D. Grayscale: #969696. Windows color (decimal): -11747198 or 8568908. OLE color: 8568908.

HSL color Cylindrical-coordinate representation of color #4CC082: hue angle of 147.93º 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 #4CC082 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 130 -
CMYK 0.60 0 0.32 0.25
HSL 147.93º 0.48% 0.53% -
HSV(B) 147.93º 0.6% 0.75% -
XYZ 25.86 40.85 27.64 -
YUV 150.25 116.57 75.04 -
System Red Green Blue C M Y K H S L
Decimal 76 192 130 0.60 0 0.32 0.25 147.93 0.48 0.53
Hex 4C C0 82 3C 0 20 19 94 30 35
Octal 114 300 202 74 0 40 31 224 60 65
Binary 1001100 11000000 10000010 111100 0 100000 11001 10010100 110000 110101

Color Harmonies of #4CC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC082

Black with #4CC082

Text Example


Text Example

White with #4CC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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