#65EDB7

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

Shades of Downy #65EDB7

Tints of Downy #65EDB7

Color information

#65EDB7 (or 0x65EDB7) is unknown color: approx Downy. HEX triplet: 65, ED and B7. RGB value is (101,237,183). Sum of RGB (Red+Green+Blue) = 101+237+183=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDB7 is #9A1248. Grayscale: #BEBEBE. Windows color (decimal): -10097225 or 12053861. OLE color: 12053861.

HSL color Cylindrical-coordinate representation of color #65EDB7: hue angle of 156.18º 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 #65EDB7 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB101237183-
CMYK0.5700.230.07
HSL156.18º79.07%66.27%-
HSV(B)156.18º57.38%92.94%-
XYZ44.266.7555.36-
YUV190.18123.9464.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 237 (92.97% from 255) = 45.49%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=19.39%
G=45.49%
B=35.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012371830.5700.230.07156.1879.0766.27
Hex65EDB73901779c4f42
Octal145355267710277234117102
Binary110010111101101101101111110010101111111001110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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