#5DF5B9

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

Shades of Downy #5DF5B9

Tints of Downy #5DF5B9

Color information

#5DF5B9 (or 0x5DF5B9) is unknown color: approx Downy. HEX triplet: 5D, F5 and B9. RGB value is (93,245,185). Sum of RGB (Red+Green+Blue) = 93+245+185=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF5B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF5B9 is #A20A46. Grayscale: #C0C0C0. Windows color (decimal): -10619463 or 12186973. OLE color: 12186973.

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

Color convert

RGB93245185-
CMYK0.6200.240.04
HSL156.32º88.37%66.27%-
HSV(B)156.32º62.04%96.08%-
XYZ45.9271.1357.21-
YUV192.71123.6456.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.78%
GREEN value IS 245 (96.09% from 255) = 46.85%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=17.78%
G=46.85%
B=35.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932451850.6200.240.04156.3288.3766.27
Hex5DF5B93E01849c5842
Octal135365271760304234130102
Binary101110111110101101110011111100110001001001110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,245,185); }

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

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

 a { background-color: rgb(93,245,185); }

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

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

 span { border-color: rgb(93,245,185); }

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