Html Css Color HEX #5FCF80 Emerald

📋 copy color: '#5FCF80'

red 95 ◦ green 207 ◦ blue 128

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

Shades of Emerald #5FCF80

Tints of Emerald #5FCF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 22.09%
G = 48.14%
B = 29.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#5FCF80 (or 0x5FCF80) is known color: Emerald. HEX triplet: 5F, CF and 80. RGB value is (95,207,128). Sum of RGB (Red+Green+Blue) = 95+207+128=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCF80 is #A0307F. Grayscale: #A4A4A4. Windows color (decimal): -10498176 or 8441695. OLE color: 8441695.

HSL color Cylindrical-coordinate representation of color #5FCF80: hue angle of 137.68º 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 #5FCF80 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 128 -
CMYK 0.54 0 0.38 0.19
HSL 137.68º 0.54% 0.59% -
HSV(B) 137.68º 0.54% 0.81% -
XYZ 30.93 48.62 28.18 -
YUV 164.51 107.39 78.42 -
System Red Green Blue C M Y K H S L
Decimal 95 207 128 0.54 0 0.38 0.19 137.68 0.54 0.59
Hex 5F CF 80 36 0 26 13 8A 36 3B
Octal 137 317 200 66 0 46 23 212 66 73
Binary 1011111 11001111 10000000 110110 0 100110 10011 10001010 110110 111011

Color Harmonies of #5FCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF80

Black with #5FCF80

Text Example


Text Example

White with #5FCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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