#92FF82

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

Shades of Light Green #92FF82

Tints of Light Green #92FF82

Color information

#92FF82 (or 0x92FF82) is unknown color: approx Light Green. HEX triplet: 92, FF and 82. RGB value is (146,255,130). Sum of RGB (Red+Green+Blue) = 146+255+130=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #92FF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FF82 is #6D007D. Grayscale: #D0D0D0. Windows color (decimal): -7143550 or 8585106. OLE color: 8585106.

HSL color Cylindrical-coordinate representation of color #92FF82: hue angle of 112.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92FF82 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB146255130-
CMYK0.4300.490
HSL112.32º100%75.49%-
HSV(B)112.32º49.02%100%-
XYZ51.6479.2433.69-
YUV208.1683.8983.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=27.50%
G=48.02%
B=24.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462551300.4300.490112.3210075.49
Hex92FF822B031070644b
Octal222377202530610160144113
Binary10010010111111111000001010101101100010111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,255,130); }

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

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

 a { background-color: rgb(146,255,130); }

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

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

 span { border-color: rgb(146,255,130); }

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