Html Css Color HEX #5AF288 Emerald

📋 copy color: '#5AF288'

red 90 ◦ green 242 ◦ blue 136

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

Shades of Emerald #5AF288

Tints of Emerald #5AF288

RGB

 RED value IS 90 (35.55% from 255) = 19.23%

 GREEN value IS 242 (94.92% from 255) = 51.71%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 19.23%
G = 51.71%
B = 29.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#5AF288 (or 0x5AF288) is known color: Emerald. HEX triplet: 5A, F2 and 88. RGB value is (90,242,136). Sum of RGB (Red+Green+Blue) = 90+242+136=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF288 is #A50D77. Grayscale: #B8B8B8. Windows color (decimal): -10816888 or 8974938. OLE color: 8974938.

HSL color Cylindrical-coordinate representation of color #5AF288: hue angle of 138.16º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF288 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 242 136 -
CMYK 0.63 0 0.44 0.05
HSL 138.16º 0.85% 0.65% -
HSV(B) 138.16º 0.63% 0.95% -
XYZ 40.41 67.46 34.18 -
YUV 184.47 100.64 60.62 -
System Red Green Blue C M Y K H S L
Decimal 90 242 136 0.63 0 0.44 0.05 138.16 0.85 0.65
Hex 5A F2 88 3F 0 2C 5 8A 55 41
Octal 132 362 210 77 0 54 5 212 125 101
Binary 1011010 11110010 10001000 111111 0 101100 101 10001010 1010101 1000001

Color Harmonies of #5AF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF288

Black with #5AF288

Text Example


Text Example

White with #5AF288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,242,136); }

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

background-color css

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

 a { background-color: rgb(90,242,136); }

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

border-color css

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

 span { border-color: rgb(90,242,136); }

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