Html Css Color HEX #4CBF82 Emerald

📋 copy color: '#4CBF82'

red 76 ◦ green 191 ◦ blue 130

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

Shades of Emerald #4CBF82

Tints of Emerald #4CBF82

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

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

R = 19.14%
G = 48.11%
B = 32.75%

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

#4CBF82 (or 0x4CBF82) is known color: Emerald. HEX triplet: 4C, BF and 82. RGB value is (76,191,130). Sum of RGB (Red+Green+Blue) = 76+191+130=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBF82 is #B3407D. Grayscale: #959595. Windows color (decimal): -11747454 or 8568652. OLE color: 8568652.

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

Color convert

RGB 76 191 130 -
CMYK 0.60 0 0.32 0.25
HSL 148.17º 0.47% 0.52% -
HSV(B) 148.17º 0.6% 0.75% -
XYZ 25.64 40.41 27.57 -
YUV 149.66 116.9 75.46 -
System Red Green Blue C M Y K H S L
Decimal 76 191 130 0.60 0 0.32 0.25 148.17 0.47 0.52
Hex 4C BF 82 3C 0 20 19 94 2F 34
Octal 114 277 202 74 0 40 31 224 57 64
Binary 1001100 10111111 10000010 111100 0 100000 11001 10010100 101111 110100

Color Harmonies of #4CBF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBF82

Black with #4CBF82

Text Example


Text Example

White with #4CBF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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