#65EDBB

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

Shades of Downy #65EDBB

Tints of Downy #65EDBB

Color information

#65EDBB (or 0x65EDBB) is unknown color: approx Downy. HEX triplet: 65, ED and BB. RGB value is (101,237,187). Sum of RGB (Red+Green+Blue) = 101+237+187=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDBB is #9A1244. Grayscale: #BEBEBE. Windows color (decimal): -10097221 or 12316005. OLE color: 12316005.

HSL color Cylindrical-coordinate representation of color #65EDBB: hue angle of 157.94º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDBB is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB101237187-
CMYK0.5700.210.07
HSL157.94º79.07%66.27%-
HSV(B)157.94º57.38%92.94%-
XYZ44.6266.9257.58-
YUV190.64125.9464.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.24%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=19.24%
G=45.14%
B=35.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012371870.5700.210.07157.9479.0766.27
Hex65EDBB3901579e4f42
Octal145355273710257236117102
Binary110010111101101101110111110010101011111001111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,237,187); }

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

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

 a { background-color: rgb(101,237,187); }

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

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

 span { border-color: rgb(101,237,187); }

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