#92FB82

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

Shades of Light Green #92FB82

Tints of Light Green #92FB82

Color information

#92FB82 (or 0x92FB82) is unknown color: approx Light Green. HEX triplet: 92, FB and 82. RGB value is (146,251,130). Sum of RGB (Red+Green+Blue) = 146+251+130=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #92FB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FB82 is #6D047D. Grayscale: #CECECE. Windows color (decimal): -7144574 or 8584082. OLE color: 8584082.

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

Color convert

RGB146251130-
CMYK0.4200.480.02
HSL112.07º93.8%74.71%-
HSV(B)112.07º48.21%98.43%-
XYZ50.3876.7233.27-
YUV205.8185.2185.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=27.70%
G=47.63%
B=24.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462511300.4200.480.02112.0793.874.71
Hex92FB822A0302705e4b
Octal222373202520602160136113
Binary100100101111101110000010101010011000010111000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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