#5DEFB9

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

Shades of Downy #5DEFB9

Tints of Downy #5DEFB9

Color information

#5DEFB9 (or 0x5DEFB9) is unknown color: approx Downy. HEX triplet: 5D, EF and B9. RGB value is (93,239,185). Sum of RGB (Red+Green+Blue) = 93+239+185=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFB9 is #A21046. Grayscale: #BDBDBD. Windows color (decimal): -10620999 or 12185437. OLE color: 12185437.

HSL color Cylindrical-coordinate representation of color #5DEFB9: hue angle of 157.81º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFB9 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB93239185-
CMYK0.6100.230.06
HSL157.81º82.02%65.1%-
HSV(B)157.81º61.09%93.73%-
XYZ44.1467.5656.61-
YUV189.19125.6359.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.99%
GREEN value IS 239 (93.75% from 255) = 46.23%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=17.99%
G=46.23%
B=35.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932391850.6100.230.06157.8182.0265.1
Hex5DEFB93D01769e5241
Octal135357271750276236122101
Binary101110111101111101110011111010101111101001111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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