Html Css Color HEX #5FE38C Emerald

📋 copy color: '#5FE38C'

red 95 ◦ green 227 ◦ blue 140

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

Shades of Emerald #5FE38C

Tints of Emerald #5FE38C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 20.56%
G = 49.13%
B = 30.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#5FE38C (or 0x5FE38C) is known color: Emerald. HEX triplet: 5F, E3 and 8C. RGB value is (95,227,140). Sum of RGB (Red+Green+Blue) = 95+227+140=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE38C is #A01C73. Grayscale: #B1B1B1. Windows color (decimal): -10493044 or 9233247. OLE color: 9233247.

HSL color Cylindrical-coordinate representation of color #5FE38C: hue angle of 140.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE38C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 227 140 -
CMYK 0.58 0 0.38 0.11
HSL 140.45º 0.7% 0.63% -
HSV(B) 140.45º 0.58% 0.89% -
XYZ 36.92 59.26 34.3 -
YUV 177.61 106.77 69.07 -
System Red Green Blue C M Y K H S L
Decimal 95 227 140 0.58 0 0.38 0.11 140.45 0.7 0.63
Hex 5F E3 8C 3A 0 26 B 8C 46 3F
Octal 137 343 214 72 0 46 13 214 106 77
Binary 1011111 11100011 10001100 111010 0 100110 1011 10001100 1000110 111111

Color Harmonies of #5FE38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE38C

Black with #5FE38C

Text Example


Text Example

White with #5FE38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,227,140); }

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

background-color css

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

 a { background-color: rgb(95,227,140); }

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

border-color css

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

 span { border-color: rgb(95,227,140); }

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