Html Css Color HEX #64D76F Pastel Green

📋 copy color: '#64D76F'

red 100 ◦ green 215 ◦ blue 111

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

Shades of Pastel Green #64D76F

Tints of Pastel Green #64D76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.47%

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 23.47%
G = 50.47%
B = 26.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#64D76F (or 0x64D76F) is known color: Pastel Green. HEX triplet: 64, D7 and 6F. RGB value is (100,215,111). Sum of RGB (Red+Green+Blue) = 100+215+111=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #64D76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D76F is #9B2890. Grayscale: #A9A9A9. Windows color (decimal): -10168465 or 7329636. OLE color: 7329636.

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

Color convert

RGB 100 215 111 -
CMYK 0.53 0 0.48 0.16
HSL 125.74º 0.59% 0.62% -
HSV(B) 125.74º 0.53% 0.84% -
XYZ 32.43 52.46 23.46 -
YUV 168.76 95.4 78.96 -
System Red Green Blue C M Y K H S L
Decimal 100 215 111 0.53 0 0.48 0.16 125.74 0.59 0.62
Hex 64 D7 6F 35 0 30 10 7E 3B 3E
Octal 144 327 157 65 0 60 20 176 73 76
Binary 1100100 11010111 1101111 110101 0 110000 10000 1111110 111011 111110

Color Harmonies of #64D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D76F

Black with #64D76F

Text Example


Text Example

White with #64D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,111); }

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

background-color css

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

 a { background-color: rgb(100,215,111); }

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

border-color css

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

 span { border-color: rgb(100,215,111); }

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