#92F764

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

Shades of Pastel Green #92F764

Tints of Pastel Green #92F764

Color information

#92F764 (or 0x92F764) is unknown color: approx Pastel Green. HEX triplet: 92, F7 and 64. RGB value is (146,247,100). Sum of RGB (Red+Green+Blue) = 146+247+100=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #92F764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F764 is #6D089B. Grayscale: #C8C8C8. Windows color (decimal): -7145628 or 6616978. OLE color: 6616978.

HSL color Cylindrical-coordinate representation of color #92F764: hue angle of 101.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92F764 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB146247100-
CMYK0.4100.600.03
HSL101.22º90.18%68.04%-
HSV(B)101.22º59.51%96.86%-
XYZ47.4273.5523.75-
YUV200.0471.5489.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=29.61%
G=50.10%
B=20.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462471000.4100.600.03101.2290.1868.04
Hex92F7642903C3655a44
Octal222367144510743145132104
Binary10010010111101111100100101001011110011110010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F764; }

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

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

<style>
 a { background-color: #92F764; }

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

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

<style>
 span { border-color: #92F764; }

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

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