#64F28E

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

Shades of Pastel Green #64F28E

Tints of Pastel Green #64F28E

Color information

#64F28E (or 0x64F28E) is unknown color: approx Pastel Green. HEX triplet: 64, F2 and 8E. RGB value is (100,242,142). Sum of RGB (Red+Green+Blue) = 100+242+142=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #64F28E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F28E is #9B0D71. Grayscale: #BCBCBC. Windows color (decimal): -10161522 or 9368164. OLE color: 9368164.

HSL color Cylindrical-coordinate representation of color #64F28E: hue angle of 137.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F28E is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB100242142-
CMYK0.5900.410.05
HSL137.75º84.52%67.06%-
HSV(B)137.75º58.68%94.9%-
XYZ41.8968.1736.54-
YUV188.14101.9665.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.66%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=20.66%
G=50%
B=29.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002421420.5900.410.05137.7584.5267.06
Hex64F28E3B02958a5543
Octal144362216730515212125103
Binary1100100111100101000111011101101010011011000101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,242,142); }

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

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

 a { background-color: rgb(100,242,142); }

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

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

 span { border-color: rgb(100,242,142); }

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