#64E970

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

Shades of Pastel Green #64E970

Tints of Pastel Green #64E970

Color information

#64E970 (or 0x64E970) is unknown color: approx Pastel Green. HEX triplet: 64, E9 and 70. RGB value is (100,233,112). Sum of RGB (Red+Green+Blue) = 100+233+112=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #64E970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E970 is #9B168F. Grayscale: #B3B3B3. Windows color (decimal): -10163856 or 7399780. OLE color: 7399780.

HSL color Cylindrical-coordinate representation of color #64E970: hue angle of 125.41º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E970 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB100233112-
CMYK0.5700.520.09
HSL125.41º75.14%65.29%-
HSV(B)125.41º57.08%91.37%-
XYZ37.3262.1625.36-
YUV179.4489.9471.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.47%
GREEN value IS 233 (91.41% from 255) = 52.36%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=22.47%
G=52.36%
B=25.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002331120.5700.520.09125.4175.1465.29
Hex64E9703903497d4b41
Octal1443511607106411175113101
Binary110010011101001111000011100101101001001111110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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