Html Css Color HEX #5FCC82 Emerald

📋 copy color: '#5FCC82'

red 95 ◦ green 204 ◦ blue 130

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

Shades of Emerald #5FCC82

Tints of Emerald #5FCC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 22.14%
G = 47.55%
B = 30.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#5FCC82 (or 0x5FCC82) is known color: Emerald. HEX triplet: 5F, CC and 82. RGB value is (95,204,130). Sum of RGB (Red+Green+Blue) = 95+204+130=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCC82 is #A0337D. Grayscale: #A3A3A3. Windows color (decimal): -10498942 or 8571999. OLE color: 8571999.

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

Color convert

RGB 95 204 130 -
CMYK 0.53 0 0.36 0.2
HSL 139.27º 0.52% 0.59% -
HSV(B) 139.27º 0.53% 0.8% -
XYZ 30.34 47.23 28.64 -
YUV 162.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 95 204 130 0.53 0 0.36 0.2 139.27 0.52 0.59
Hex 5F CC 82 35 0 24 14 8B 34 3B
Octal 137 314 202 65 0 44 24 213 64 73
Binary 1011111 11001100 10000010 110101 0 100100 10100 10001011 110100 111011

Color Harmonies of #5FCC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC82

Black with #5FCC82

Text Example


Text Example

White with #5FCC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,204,130); }

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

background-color css

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

 a { background-color: rgb(95,204,130); }

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

border-color css

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

 span { border-color: rgb(95,204,130); }

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