#64FA92

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

Shades of Pastel Green #64FA92

Tints of Pastel Green #64FA92

Color information

#64FA92 (or 0x64FA92) is unknown color: approx Pastel Green. HEX triplet: 64, FA and 92. RGB value is (100,250,146). Sum of RGB (Red+Green+Blue) = 100+250+146=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA92 is #9B056D. Grayscale: #C1C1C1. Windows color (decimal): -10159470 or 9632356. OLE color: 9632356.

HSL color Cylindrical-coordinate representation of color #64FA92: hue angle of 138.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA92 is Cyan = 0.6, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB100250146-
CMYK0.600.420.02
HSL138.4º93.75%68.63%-
HSV(B)138.4º60%98.04%-
XYZ44.6373.1638.96-
YUV193.29101.361.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=20.16%
G=50.40%
B=29.44%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002501460.600.420.02138.493.7568.63
Hex64FA923C02A28a5e45
Octal144372222740522212136105
Binary110010011111010100100101111000101010101000101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,250,146); }

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

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

 a { background-color: rgb(100,250,146); }

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

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

 span { border-color: rgb(100,250,146); }

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