Html Css Color HEX #5FCD85 Emerald

📋 copy color: '#5FCD85'

red 95 ◦ green 205 ◦ blue 133

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

Shades of Emerald #5FCD85

Tints of Emerald #5FCD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.34%

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

R = 21.94%
G = 47.34%
B = 30.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#5FCD85 (or 0x5FCD85) is known color: Emerald. HEX triplet: 5F, CD and 85. RGB value is (95,205,133). Sum of RGB (Red+Green+Blue) = 95+205+133=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD85 is #A0327A. Grayscale: #A4A4A4. Windows color (decimal): -10498683 or 8768863. OLE color: 8768863.

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

Color convert

RGB 95 205 133 -
CMYK 0.54 0 0.35 0.20
HSL 140.73º 0.52% 0.59% -
HSV(B) 140.73º 0.54% 0.8% -
XYZ 30.78 47.79 29.79 -
YUV 163.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 95 205 133 0.54 0 0.35 0.20 140.73 0.52 0.59
Hex 5F CD 85 36 0 23 14 8D 34 3B
Octal 137 315 205 66 0 43 24 215 64 73
Binary 1011111 11001101 10000101 110110 0 100011 10100 10001101 110100 111011

Color Harmonies of #5FCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCD85

Black with #5FCD85

Text Example


Text Example

White with #5FCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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