Html Css Color HEX #5FCB76 Emerald

📋 copy color: '#5FCB76'

red 95 ◦ green 203 ◦ blue 118

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

Shades of Emerald #5FCB76

Tints of Emerald #5FCB76

RGB

 RED value IS 95 (37.5% from 255) = 22.84%

 GREEN value IS 203 (79.69% from 255) = 48.8%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 22.84%
G = 48.8%
B = 28.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#5FCB76 (or 0x5FCB76) is known color: Emerald. HEX triplet: 5F, CB and 76. RGB value is (95,203,118). Sum of RGB (Red+Green+Blue) = 95+203+118=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB76 is #A03489. Grayscale: #A1A1A1. Windows color (decimal): -10499210 or 7785311. OLE color: 7785311.

HSL color Cylindrical-coordinate representation of color #5FCB76: hue angle of 132.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB76 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 118 -
CMYK 0.53 0 0.42 0.20
HSL 132.78º 0.51% 0.58% -
HSV(B) 132.78º 0.53% 0.8% -
XYZ 29.35 46.45 24.56 -
YUV 161.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 95 203 118 0.53 0 0.42 0.20 132.78 0.51 0.58
Hex 5F CB 76 35 0 2A 14 85 33 3A
Octal 137 313 166 65 0 52 24 205 63 72
Binary 1011111 11001011 1110110 110101 0 101010 10100 10000101 110011 111010

Color Harmonies of #5FCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB76

Black with #5FCB76

Text Example


Text Example

White with #5FCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FCB76; }

 p { color: rgb(95,203,118); }

 H1.HeaderClassName
 {
   color: #5FCB76;
 }
 .AnyTagClassName
 {
   color: #5FCB76;
 }
</style>

background-color css

<style>
 a { background-color: #5FCB76; }

 a { background-color: rgb(95,203,118); }

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

border-color css

<style>
 span { border-color: #5FCB76; }

 span { border-color: rgb(95,203,118); }

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