Html Css Color HEX #64D656 Pastel Green

📋 copy color: '#64D656'

red 100 ◦ green 214 ◦ blue 86

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

Shades of Pastel Green #64D656

Tints of Pastel Green #64D656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 25%
G = 53.5%
B = 21.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#64D656 (or 0x64D656) is known color: Pastel Green. HEX triplet: 64, D6 and 56. RGB value is (100,214,86). Sum of RGB (Red+Green+Blue) = 100+214+86=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #64D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D656 is #9B29A9. Grayscale: #A5A5A5. Windows color (decimal): -10168746 or 5690980. OLE color: 5690980.

HSL color Cylindrical-coordinate representation of color #64D656: hue angle of 113.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D656 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 86 -
CMYK 0.53 0 0.60 0.16
HSL 113.44º 0.61% 0.59% -
HSV(B) 113.44º 0.6% 0.84% -
XYZ 30.98 51.47 17.11 -
YUV 165.32 83.23 81.41 -
System Red Green Blue C M Y K H S L
Decimal 100 214 86 0.53 0 0.60 0.16 113.44 0.61 0.59
Hex 64 D6 56 35 0 3C 10 71 3D 3B
Octal 144 326 126 65 0 74 20 161 75 73
Binary 1100100 11010110 1010110 110101 0 111100 10000 1110001 111101 111011

Color Harmonies of #64D656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D656

Black with #64D656

Text Example


Text Example

White with #64D656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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