#64D463

Color #64D463 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #64D463

Tints of Pastel Green #64D463

Color information

#64D463 (or 0x64D463) is unknown color: approx Pastel Green. HEX triplet: 64, D4 and 63. RGB value is (100,212,99). Sum of RGB (Red+Green+Blue) = 100+212+99=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #64D463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D463 is #9B2B9C. Grayscale: #A5A5A5. Windows color (decimal): -10169245 or 6542436. OLE color: 6542436.

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

Color convert

RGB10021299-
CMYK0.5300.530.17
HSL119.47º56.78%60.98%-
HSV(B)119.47º53.3%83.14%-
XYZ31.0550.719.95-
YUV165.6390.3981.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=24.33%
G=51.58%
B=24.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100212990.5300.530.17119.4756.7860.98
Hex64D463350351177393d
Octal14432414365065211677175
Binary11001001101010011000111101010110101100011110111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64D463;
 }
 .AnyTagClassName
 {
   color: #64D463;
 }
</style>
background-color css

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

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

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

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

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

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