#92F880

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

Shades of Light Green #92F880

Tints of Light Green #92F880

Color information

#92F880 (or 0x92F880) is unknown color: approx Light Green. HEX triplet: 92, F8 and 80. RGB value is (146,248,128). Sum of RGB (Red+Green+Blue) = 146+248+128=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #92F880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F880 is #6D077F. Grayscale: #CCCCCC. Windows color (decimal): -7145344 or 8452242. OLE color: 8452242.

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

Color convert

RGB146248128-
CMYK0.4100.480.03
HSL111º89.55%73.73%-
HSV(B)111º48.39%97.25%-
XYZ49.3274.832.26-
YUV203.8285.2186.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 248 (97.27% from 255) = 47.51%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=27.97%
G=47.51%
B=24.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462481280.4100.480.0311189.5573.73
Hex92F8802903036f5a4a
Octal222370200510603157132112
Binary100100101111100010000000101001011000011110111110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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