#5ef1c5

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

Shades of Downy #5EF1C5

Tints of Downy #5EF1C5

Color information

#5EF1C5 (or 0x5EF1C5) is unknown color: approx Downy. HEX triplet: 5E, F1 and C5. RGB value is (94,241,197). Sum of RGB (Red+Green+Blue) = 94+241+197=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1C5 is #A10E3A. Grayscale: #C0C0C0. Windows color (decimal): -10554939 or 12972382. OLE color: 12972382.

HSL color Cylindrical-coordinate representation of color #5EF1C5: hue angle of 162.04º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1C5 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB94241197-
CMYK0.6100.180.05
HSL162.04º84%65.69%-
HSV(B)162.04º61%94.51%-
XYZ46.1569.3263.77-
YUV192.03130.858.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.67%
GREEN value IS 241 (94.53% from 255) = 45.30%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=17.67%
G=45.30%
B=37.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942411970.6100.180.05162.048465.69
Hex5EF1C53D0125a25442
Octal136361305750225242124102
Binary101111011110001110001011111010100101011010001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ef1c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,241,197); }

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

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

 a { background-color: rgb(94,241,197); }

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

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

 span { border-color: rgb(94,241,197); }

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