Html Css Color HEX #65EBC9 Downy

📋 copy color: '#65EBC9'

red 101 ◦ green 235 ◦ blue 201

#65EBC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #65EBC9

Tints of Downy #65EBC9

RGB

 RED value IS 101 (39.84% from 255) = 18.81%

 GREEN value IS 235 (92.19% from 255) = 43.76%

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 18.81%
G = 43.76%
B = 37.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#65EBC9 (or 0x65EBC9) is known color: Downy. HEX triplet: 65, EB and C9. RGB value is (101,235,201). Sum of RGB (Red+Green+Blue) = 101+235+201=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBC9 is #9A1436. Grayscale: #BFBFBF. Windows color (decimal): -10097719 or 13232997. OLE color: 13232997.

HSL color Cylindrical-coordinate representation of color #65EBC9: hue angle of 164.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBC9 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 235 201 -
CMYK 0.57 0 0.14 0.08
HSL 164.78º 0.77% 0.66% -
HSV(B) 164.78º 0.57% 0.92% -
XYZ 45.62 66.4 65.67 -
YUV 191.06 133.61 63.76 -
System Red Green Blue C M Y K H S L
Decimal 101 235 201 0.57 0 0.14 0.08 164.78 0.77 0.66
Hex 65 EB C9 39 0 E 8 A5 4D 42
Octal 145 353 311 71 0 16 10 245 115 102
Binary 1100101 11101011 11001001 111001 0 1110 1000 10100101 1001101 1000010

Color Harmonies of #65EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EBC9

Black with #65EBC9

Text Example


Text Example

White with #65EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,235,201); }

 H1.HeaderClassName
 {
   color: #65EBC9;
 }
 .AnyTagClassName
 {
   color: #65EBC9;
 }
</style>

background-color css

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

 a { background-color: rgb(101,235,201); }

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

border-color css

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

 span { border-color: rgb(101,235,201); }

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