Html Css Color HEX #5FE485 Emerald

📋 copy color: '#5FE485'

red 95 ◦ green 228 ◦ blue 133

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

Shades of Emerald #5FE485

Tints of Emerald #5FE485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50%

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

R = 20.83%
G = 50%
B = 29.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#5FE485 (or 0x5FE485) is known color: Emerald. HEX triplet: 5F, E4 and 85. RGB value is (95,228,133). Sum of RGB (Red+Green+Blue) = 95+228+133=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE485 is #A01B7A. Grayscale: #B1B1B1. Windows color (decimal): -10492795 or 8774751. OLE color: 8774751.

HSL color Cylindrical-coordinate representation of color #5FE485: hue angle of 137.14º degrees, saturation: 0.71, 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 #5FE485 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 228 133 -
CMYK 0.58 0 0.42 0.11
HSL 137.14º 0.71% 0.63% -
HSV(B) 137.14º 0.58% 0.89% -
XYZ 36.7 59.61 31.76 -
YUV 177.4 102.94 69.22 -
System Red Green Blue C M Y K H S L
Decimal 95 228 133 0.58 0 0.42 0.11 137.14 0.71 0.63
Hex 5F E4 85 3A 0 2A B 89 47 3F
Octal 137 344 205 72 0 52 13 211 107 77
Binary 1011111 11100100 10000101 111010 0 101010 1011 10001001 1000111 111111

Color Harmonies of #5FE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE485

Black with #5FE485

Text Example


Text Example

White with #5FE485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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