Html Css Color HEX #64EEBD Downy

📋 copy color: '#64EEBD'

red 100 ◦ green 238 ◦ blue 189

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

Shades of Downy #64EEBD

Tints of Downy #64EEBD

RGB

 RED value IS 100 (39.45% from 255) = 18.98%

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 18.98%
G = 45.16%
B = 35.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#64EEBD (or 0x64EEBD) is known color: Downy. HEX triplet: 64, EE and BD. RGB value is (100,238,189). Sum of RGB (Red+Green+Blue) = 100+238+189=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEBD is #9B1142. Grayscale: #BFBFBF. Windows color (decimal): -10162499 or 12447332. OLE color: 12447332.

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

Color convert

RGB 100 238 189 -
CMYK 0.58 0 0.21 0.07
HSL 158.7º 0.8% 0.66% -
HSV(B) 158.7º 0.58% 0.93% -
XYZ 45.02 67.53 58.81 -
YUV 191.15 126.78 62.98 -
System Red Green Blue C M Y K H S L
Decimal 100 238 189 0.58 0 0.21 0.07 158.7 0.8 0.66
Hex 64 EE BD 3A 0 15 7 9F 50 42
Octal 144 356 275 72 0 25 7 237 120 102
Binary 1100100 11101110 10111101 111010 0 10101 111 10011111 1010000 1000010

Color Harmonies of #64EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EEBD

Black with #64EEBD

Text Example


Text Example

White with #64EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64EEBD; }

 p { color: rgb(100,238,189); }

 H1.HeaderClassName
 {
   color: #64EEBD;
 }
 .AnyTagClassName
 {
   color: #64EEBD;
 }
</style>

background-color css

<style>
 a { background-color: #64EEBD; }

 a { background-color: rgb(100,238,189); }

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

border-color css

<style>
 span { border-color: #64EEBD; }

 span { border-color: rgb(100,238,189); }

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