Html Css Color HEX #64D669 Pastel Green

📋 copy color: '#64D669'

red 100 ◦ green 214 ◦ blue 105

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

Shades of Pastel Green #64D669

Tints of Pastel Green #64D669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 23.87%
G = 51.07%
B = 25.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#64D669 (or 0x64D669) is known color: Pastel Green. HEX triplet: 64, D6 and 69. RGB value is (100,214,105). Sum of RGB (Red+Green+Blue) = 100+214+105=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #64D669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D669 is #9B2996. Grayscale: #A7A7A7. Windows color (decimal): -10168727 or 6936164. OLE color: 6936164.

HSL color Cylindrical-coordinate representation of color #64D669: hue angle of 122.63º 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 #64D669 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 105 -
CMYK 0.53 0 0.51 0.16
HSL 122.63º 0.58% 0.62% -
HSV(B) 122.63º 0.53% 0.84% -
XYZ 31.85 51.82 21.69 -
YUV 167.49 92.73 79.86 -
System Red Green Blue C M Y K H S L
Decimal 100 214 105 0.53 0 0.51 0.16 122.63 0.58 0.62
Hex 64 D6 69 35 0 33 10 7B 3A 3E
Octal 144 326 151 65 0 63 20 173 72 76
Binary 1100100 11010110 1101001 110101 0 110011 10000 1111011 111010 111110

Color Harmonies of #64D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D669

Black with #64D669

Text Example


Text Example

White with #64D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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