#5cf490

Color #5CF490 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5CF490

Tints of Emerald #5CF490

Color information

#5CF490 (or 0x5CF490) is unknown color: approx Emerald. HEX triplet: 5C, F4 and 90. RGB value is (92,244,144). Sum of RGB (Red+Green+Blue) = 92+244+144=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #5CF490 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF490 is #A30B6F. Grayscale: #BBBBBB. Windows color (decimal): -10685296 or 9499740. OLE color: 9499740.

HSL color Cylindrical-coordinate representation of color #5CF490: hue angle of 140.53º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF490 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB92244144-
CMYK0.6200.410.04
HSL140.53º87.36%65.88%-
HSV(B)140.53º62.3%95.69%-
XYZ41.868.9937.5-
YUV187.15103.6460.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 244 (95.70% from 255) = 50.83%
BLUE value IS 144 (56.64% from 255) = 30%
R=19.17%
G=50.83%
B=30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal922441440.6200.410.04140.5387.3665.88
Hex5CF4903E02948d5742
Octal134364220760514215127102
Binary1011100111101001001000011111001010011001000110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cf490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,244,144); }

 H1.HeaderClassName
 {
   color: #5cf490;
 }
 .AnyTagClassName
 {
   color: #5cf490;
 }
</style>
background-color css

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

 a { background-color: rgb(92,244,144); }

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

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

 span { border-color: rgb(92,244,144); }

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