Html Css Color HEX #65E4B9 Downy

📋 copy color: '#65E4B9'

red 101 ◦ green 228 ◦ blue 185

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

Shades of Downy #65E4B9

Tints of Downy #65E4B9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.36%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 19.65%
G = 44.36%
B = 35.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#65E4B9 (or 0x65E4B9) is known color: Downy. HEX triplet: 65, E4 and B9. RGB value is (101,228,185). Sum of RGB (Red+Green+Blue) = 101+228+185=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4B9 is #9A1B46. Grayscale: #B9B9B9. Windows color (decimal): -10099527 or 12182629. OLE color: 12182629.

HSL color Cylindrical-coordinate representation of color #65E4B9: hue angle of 159.69º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4B9 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 101 228 185 -
CMYK 0.56 0 0.19 0.11
HSL 159.69º 0.7% 0.65% -
HSV(B) 159.69º 0.56% 0.89% -
XYZ 41.87 61.76 55.61 -
YUV 185.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 101 228 185 0.56 0 0.19 0.11 159.69 0.7 0.65
Hex 65 E4 B9 38 0 13 B A0 46 41
Octal 145 344 271 70 0 23 13 240 106 101
Binary 1100101 11100100 10111001 111000 0 10011 1011 10100000 1000110 1000001

Color Harmonies of #65E4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E4B9

Black with #65E4B9

Text Example


Text Example

White with #65E4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,228,185); }

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

background-color css

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

 a { background-color: rgb(101,228,185); }

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

border-color css

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

 span { border-color: rgb(101,228,185); }

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