Shades of Light Green #92ED85
Tints of Light Green #92ED85
RGB
CMYK
RGB Variations
Color information
#92ED85 (or 0x92ED85) is known color: Light Green. HEX triplet: 92, ED and 85. RGB value is (146,237,133). Sum of RGB (Red+Green+Blue) = 146+237+133=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92ED85 is #6D127A. Grayscale: #C6C6C6. Windows color (decimal): -7148155 or 8777106. OLE color: 8777106.
HSL color Cylindrical-coordinate representation of color #92ED85: hue angle of 112.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92ED85 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 237 | 133 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.07 |
| HSL | 112.5º | 0.74% | 0.73% | - |
| HSV(B) | 112.5º | 0.44% | 0.93% | - |
| XYZ | 46.37 | 68.37 | 32.94 | - |
| YUV | 197.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 133 | 0.38 | 0 | 0.44 | 0.07 | 112.5 | 0.74 | 0.73 |
| Hex | 92 | ED | 85 | 26 | 0 | 2C | 7 | 70 | 4A | 49 |
| Octal | 222 | 355 | 205 | 46 | 0 | 54 | 7 | 160 | 112 | 111 |
| Binary | 10010010 | 11101101 | 10000101 | 100110 | 0 | 101100 | 111 | 1110000 | 1001010 | 1001001 |
Color Harmonies of #92ED85
Complementary color
Monochromatic Colors of #92ED85
Black with #92ED85
Text Example
Text Example
White with #92ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ED85; }
p { color: rgb(146,237,133); }
H1.HeaderClassName
{
color: #92ED85;
}
.AnyTagClassName
{
color: #92ED85;
}
</style>
background-color css
<style>
a { background-color: #92ED85; }
a { background-color: rgb(146,237,133); }
div.DivClassName
{
background-color: #92ED85;
}
.BgClassName
{
background-color: #92ED85;
}
</style>
border-color css
<style>
span { border-color: #92ED85; }
span { border-color: rgb(146,237,133); }
td.TdClassName
{
border-color: #92ED85;
}
.TagClassName
{
border-color: #92ED85;
}
</style>