Html Css Color HEX #5FCF86 Emerald

📋 copy color: '#5FCF86'

red 95 ◦ green 207 ◦ blue 134

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

Shades of Emerald #5FCF86

Tints of Emerald #5FCF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 21.79%
G = 47.48%
B = 30.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#5FCF86 (or 0x5FCF86) is known color: Emerald. HEX triplet: 5F, CF and 86. RGB value is (95,207,134). Sum of RGB (Red+Green+Blue) = 95+207+134=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCF86 is #A03079. Grayscale: #A5A5A5. Windows color (decimal): -10498170 or 8834911. OLE color: 8834911.

HSL color Cylindrical-coordinate representation of color #5FCF86: hue angle of 140.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF86 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 134 -
CMYK 0.54 0 0.35 0.19
HSL 140.89º 0.54% 0.59% -
HSV(B) 140.89º 0.54% 0.81% -
XYZ 31.34 48.78 30.32 -
YUV 165.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 95 207 134 0.54 0 0.35 0.19 140.89 0.54 0.59
Hex 5F CF 86 36 0 23 13 8D 36 3B
Octal 137 317 206 66 0 43 23 215 66 73
Binary 1011111 11001111 10000110 110110 0 100011 10011 10001101 110110 111011

Color Harmonies of #5FCF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF86

Black with #5FCF86

Text Example


Text Example

White with #5FCF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,134); }

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

background-color css

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

 a { background-color: rgb(95,207,134); }

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

border-color css

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

 span { border-color: rgb(95,207,134); }

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