Html Css Color HEX #5FCB85 Emerald

📋 copy color: '#5FCB85'

red 95 ◦ green 203 ◦ blue 133

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

Shades of Emerald #5FCB85

Tints of Emerald #5FCB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 22.04%
G = 47.1%
B = 30.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#5FCB85 (or 0x5FCB85) is known color: Emerald. HEX triplet: 5F, CB and 85. RGB value is (95,203,133). Sum of RGB (Red+Green+Blue) = 95+203+133=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCB85 is #A0347A. Grayscale: #A2A2A2. Windows color (decimal): -10499195 or 8768351. OLE color: 8768351.

HSL color Cylindrical-coordinate representation of color #5FCB85: hue angle of 141.11º 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 #5FCB85 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 133 -
CMYK 0.53 0 0.34 0.20
HSL 141.11º 0.51% 0.58% -
HSV(B) 141.11º 0.53% 0.8% -
XYZ 30.31 46.84 29.63 -
YUV 162.73 111.22 79.69 -
System Red Green Blue C M Y K H S L
Decimal 95 203 133 0.53 0 0.34 0.20 141.11 0.51 0.58
Hex 5F CB 85 35 0 22 14 8D 33 3A
Octal 137 313 205 65 0 42 24 215 63 72
Binary 1011111 11001011 10000101 110101 0 100010 10100 10001101 110011 111010

Color Harmonies of #5FCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB85

Black with #5FCB85

Text Example


Text Example

White with #5FCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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