Shades of Light Green #92F28D
Tints of Light Green #92F28D
RGB
CMYK
RGB Variations
Color information
#92F28D (or 0x92F28D) is known color: Light Green. HEX triplet: 92, F2 and 8D. RGB value is (146,242,141). Sum of RGB (Red+Green+Blue) = 146+242+141=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #92F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F28D is #6D0D72. Grayscale: #CACACA. Windows color (decimal): -7146867 or 9302674. OLE color: 9302674.
HSL color Cylindrical-coordinate representation of color #92F28D: hue angle of 117.03º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92F28D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 141 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.05 |
| HSL | 117.03º | 0.8% | 0.75% | - |
| HSV(B) | 117.03º | 0.42% | 0.95% | - |
| XYZ | 48.41 | 71.54 | 36.46 | - |
| YUV | 201.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 141 | 0.40 | 0 | 0.42 | 0.05 | 117.03 | 0.8 | 0.75 |
| Hex | 92 | F2 | 8D | 28 | 0 | 2A | 5 | 75 | 50 | 4B |
| Octal | 222 | 362 | 215 | 50 | 0 | 52 | 5 | 165 | 120 | 113 |
| Binary | 10010010 | 11110010 | 10001101 | 101000 | 0 | 101010 | 101 | 1110101 | 1010000 | 1001011 |
Color Harmonies of #92F28D
Complementary color
Monochromatic Colors of #92F28D
Black with #92F28D
Text Example
Text Example
White with #92F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F28D; }
p { color: rgb(146,242,141); }
H1.HeaderClassName
{
color: #92F28D;
}
.AnyTagClassName
{
color: #92F28D;
}
</style>
background-color css
<style>
a { background-color: #92F28D; }
a { background-color: rgb(146,242,141); }
div.DivClassName
{
background-color: #92F28D;
}
.BgClassName
{
background-color: #92F28D;
}
</style>
border-color css
<style>
span { border-color: #92F28D; }
span { border-color: rgb(146,242,141); }
td.TdClassName
{
border-color: #92F28D;
}
.TagClassName
{
border-color: #92F28D;
}
</style>