#64D670

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

Shades of Pastel Green #64D670

Tints of Pastel Green #64D670

Color information

#64D670 (or 0x64D670) is unknown color: approx Pastel Green. HEX triplet: 64, D6 and 70. RGB value is (100,214,112). Sum of RGB (Red+Green+Blue) = 100+214+112=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #64D670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D670 is #9B298F. Grayscale: #A8A8A8. Windows color (decimal): -10168720 or 7394916. OLE color: 7394916.

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

Color convert

RGB100214112-
CMYK0.5300.480.16
HSL126.32º58.16%61.57%-
HSV(B)126.32º53.27%83.92%-
XYZ32.2351.9723.66-
YUV168.2996.2379.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 214 (83.98% from 255) = 50.23%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=23.47%
G=50.23%
B=26.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002141120.5300.480.16126.3258.1661.57
Hex64D67035030107e3a3e
Octal14432616065060201767276
Binary11001001101011011100001101010110000100001111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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