Html Css Color HEX #64D460 Pastel Green

📋 copy color: '#64D460'

red 100 ◦ green 212 ◦ blue 96

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

Shades of Pastel Green #64D460

Tints of Pastel Green #64D460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.96%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 24.51%
G = 51.96%
B = 23.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#64D460 (or 0x64D460) is known color: Pastel Green. HEX triplet: 64, D4 and 60. RGB value is (100,212,96). Sum of RGB (Red+Green+Blue) = 100+212+96=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #64D460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D460 is #9B2B9F. Grayscale: #A5A5A5. Windows color (decimal): -10169248 or 6345828. OLE color: 6345828.

HSL color Cylindrical-coordinate representation of color #64D460: hue angle of 117.93º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64D460 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 212 96 -
CMYK 0.53 0 0.55 0.17
HSL 117.93º 0.57% 0.6% -
HSV(B) 117.93º 0.55% 0.83% -
XYZ 30.91 50.64 19.21 -
YUV 165.29 88.89 81.43 -
System Red Green Blue C M Y K H S L
Decimal 100 212 96 0.53 0 0.55 0.17 117.93 0.57 0.6
Hex 64 D4 60 35 0 37 11 76 39 3C
Octal 144 324 140 65 0 67 21 166 71 74
Binary 1100100 11010100 1100000 110101 0 110111 10001 1110110 111001 111100

Color Harmonies of #64D460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D460

Black with #64D460

Text Example


Text Example

White with #64D460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,212,96); }

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

background-color css

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

 a { background-color: rgb(100,212,96); }

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

border-color css

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

 span { border-color: rgb(100,212,96); }

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