#92FA80

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

Shades of Light Green #92FA80

Tints of Light Green #92FA80

Color information

#92FA80 (or 0x92FA80) is unknown color: approx Light Green. HEX triplet: 92, FA and 80. RGB value is (146,250,128). Sum of RGB (Red+Green+Blue) = 146+250+128=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FA80 is #6D057F. Grayscale: #CDCDCD. Windows color (decimal): -7144832 or 8452754. OLE color: 8452754.

HSL color Cylindrical-coordinate representation of color #92FA80: hue angle of 111.15º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92FA80 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB146250128-
CMYK0.4200.490.02
HSL111.15º92.42%74.12%-
HSV(B)111.15º48.8%98.04%-
XYZ49.9476.0432.47-
YUV20584.5485.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=27.86%
G=47.71%
B=24.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462501280.4200.490.02111.1592.4274.12
Hex92FA802A03126f5c4a
Octal222372200520612157134112
Binary100100101111101010000000101010011000110110111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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