Html Css Color HEX #64D666 Pastel Green

📋 copy color: '#64D666'

red 100 ◦ green 214 ◦ blue 102

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

Shades of Pastel Green #64D666

Tints of Pastel Green #64D666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.44%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 24.04%
G = 51.44%
B = 24.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#64D666 (or 0x64D666) is known color: Pastel Green. HEX triplet: 64, D6 and 66. RGB value is (100,214,102). Sum of RGB (Red+Green+Blue) = 100+214+102=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #64D666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D666 is #9B2999. Grayscale: #A7A7A7. Windows color (decimal): -10168730 or 6739556. OLE color: 6739556.

HSL color Cylindrical-coordinate representation of color #64D666: hue angle of 121.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D666 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 102 -
CMYK 0.53 0 0.52 0.16
HSL 121.05º 0.58% 0.62% -
HSV(B) 121.05º 0.53% 0.84% -
XYZ 31.7 51.76 20.89 -
YUV 167.15 91.23 80.11 -
System Red Green Blue C M Y K H S L
Decimal 100 214 102 0.53 0 0.52 0.16 121.05 0.58 0.62
Hex 64 D6 66 35 0 34 10 79 3A 3E
Octal 144 326 146 65 0 64 20 171 72 76
Binary 1100100 11010110 1100110 110101 0 110100 10000 1111001 111010 111110

Color Harmonies of #64D666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D666

Black with #64D666

Text Example


Text Example

White with #64D666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,102); }

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

background-color css

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

 a { background-color: rgb(100,214,102); }

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

border-color css

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

 span { border-color: rgb(100,214,102); }

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