#65E9BD

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

Shades of Downy #65E9BD

Tints of Downy #65E9BD

Color information

#65E9BD (or 0x65E9BD) is unknown color: approx Downy. HEX triplet: 65, E9 and BD. RGB value is (101,233,189). Sum of RGB (Red+Green+Blue) = 101+233+189=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E9BD is #9A1642. Grayscale: #BCBCBC. Windows color (decimal): -10098243 or 12446053. OLE color: 12446053.

HSL color Cylindrical-coordinate representation of color #65E9BD: hue angle of 160º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9BD is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB101233189-
CMYK0.5700.190.09
HSL160º75%65.49%-
HSV(B)160º56.65%91.37%-
XYZ43.6964.7258.33-
YUV188.52128.2765.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=19.31%
G=44.55%
B=36.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012331890.5700.190.091607565.49
Hex65E9BD390139a04b41
Octal1453512757102311240113101
Binary1100101111010011011110111100101001110011010000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E9BD; }

 p { color: rgb(101,233,189); }

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

<style>
 a { background-color: #65E9BD; }

 a { background-color: rgb(101,233,189); }

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

<style>
 span { border-color: #65E9BD; }

 span { border-color: rgb(101,233,189); }

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