#5DF4B8

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

Shades of Downy #5DF4B8

Tints of Downy #5DF4B8

Color information

#5DF4B8 (or 0x5DF4B8) is unknown color: approx Downy. HEX triplet: 5D, F4 and B8. RGB value is (93,244,184). Sum of RGB (Red+Green+Blue) = 93+244+184=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF4B8 is #A20B47. Grayscale: #C0C0C0. Windows color (decimal): -10619720 or 12121181. OLE color: 12121181.

HSL color Cylindrical-coordinate representation of color #5DF4B8: hue angle of 156.16º 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 #5DF4B8 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB93244184-
CMYK0.6200.250.04
HSL156.16º87.28%66.08%-
HSV(B)156.16º61.89%95.69%-
XYZ45.5270.4956.55-
YUV192.01123.4757.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.85%
GREEN value IS 244 (95.70% from 255) = 46.83%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=17.85%
G=46.83%
B=35.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932441840.6200.250.04156.1687.2866.08
Hex5DF4B83E01949c5742
Octal135364270760314234127102
Binary101110111110100101110001111100110011001001110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,244,184); }

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

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

 a { background-color: rgb(93,244,184); }

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

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

 span { border-color: rgb(93,244,184); }

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