Html Css Color HEX #64DB80 Pastel Green

📋 copy color: '#64DB80'

red 100 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #64DB80

Tints of Pastel Green #64DB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 22.37%
G = 48.99%
B = 28.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#64DB80 (or 0x64DB80) is known color: Pastel Green. HEX triplet: 64, DB and 80. RGB value is (100,219,128). Sum of RGB (Red+Green+Blue) = 100+219+128=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB80 is #9B247F. Grayscale: #ADADAD. Windows color (decimal): -10167424 or 8444772. OLE color: 8444772.

HSL color Cylindrical-coordinate representation of color #64DB80: hue angle of 134.12º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB80 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 219 128 -
CMYK 0.54 0 0.42 0.14
HSL 134.12º 0.62% 0.63% -
HSV(B) 134.12º 0.54% 0.86% -
XYZ 34.48 54.93 29.21 -
YUV 173.05 102.58 75.9 -
System Red Green Blue C M Y K H S L
Decimal 100 219 128 0.54 0 0.42 0.14 134.12 0.62 0.63
Hex 64 DB 80 36 0 2A E 86 3E 3F
Octal 144 333 200 66 0 52 16 206 76 77
Binary 1100100 11011011 10000000 110110 0 101010 1110 10000110 111110 111111

Color Harmonies of #64DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DB80

Black with #64DB80

Text Example


Text Example

White with #64DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,219,128); }

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

background-color css

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

 a { background-color: rgb(100,219,128); }

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

border-color css

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

 span { border-color: rgb(100,219,128); }

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