#64F2B9

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

Shades of Downy #64F2B9

Tints of Downy #64F2B9

Color information

#64F2B9 (or 0x64F2B9) is unknown color: approx Downy. HEX triplet: 64, F2 and B9. RGB value is (100,242,185). Sum of RGB (Red+Green+Blue) = 100+242+185=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2B9 is #9B0D46. Grayscale: #C1C1C1. Windows color (decimal): -10161479 or 12186212. OLE color: 12186212.

HSL color Cylindrical-coordinate representation of color #64F2B9: hue angle of 155.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F2B9 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB100242185-
CMYK0.5900.240.05
HSL155.92º84.52%67.06%-
HSV(B)155.92º58.68%94.9%-
XYZ45.7669.7256.94-
YUV193.04123.4661.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=18.98%
G=45.92%
B=35.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002421850.5900.240.05155.9284.5267.06
Hex64F2B93B01859c5543
Octal144362271730305234125103
Binary110010011110010101110011110110110001011001110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64F2B9; }

 p { color: rgb(100,242,185); }

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

<style>
 a { background-color: #64F2B9; }

 a { background-color: rgb(100,242,185); }

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

<style>
 span { border-color: #64F2B9; }

 span { border-color: rgb(100,242,185); }

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