#64DE68

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

Shades of Pastel Green #64DE68

Tints of Pastel Green #64DE68

Color information

#64DE68 (or 0x64DE68) is unknown color: approx Pastel Green. HEX triplet: 64, DE and 68. RGB value is (100,222,104). Sum of RGB (Red+Green+Blue) = 100+222+104=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DE68 is #9B2197. Grayscale: #ACACAC. Windows color (decimal): -10166680 or 6872676. OLE color: 6872676.

HSL color Cylindrical-coordinate representation of color #64DE68: hue angle of 121.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DE68 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB100222104-
CMYK0.5500.530.13
HSL121.97º64.89%63.14%-
HSV(B)121.97º54.95%87.06%-
XYZ33.8855.9522.11-
YUV172.0789.5876.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=23.47%
G=52.11%
B=24.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221040.5500.530.13121.9764.8963.14
Hex64DE6837035D7a413f
Octal144336150670651517210177
Binary11001001101111011010001101110110101110111110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,104); }

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

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

 a { background-color: rgb(100,222,104); }

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

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

 span { border-color: rgb(100,222,104); }

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