Shades of Light Green #93F185
Tints of Light Green #93F185
RGB
CMYK
RGB Variations
Color information
#93F185 (or 0x93F185) is known color: Light Green. HEX triplet: 93, F1 and 85. RGB value is (147,241,133). Sum of RGB (Red+Green+Blue) = 147+241+133=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #93F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F185 is #6C0E7A. Grayscale: #C8C8C8. Windows color (decimal): -7081595 or 8778131. OLE color: 8778131.
HSL color Cylindrical-coordinate representation of color #93F185: hue angle of 112.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93F185 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 133 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.05 |
| HSL | 112.22º | 0.79% | 0.73% | - |
| HSV(B) | 112.22º | 0.45% | 0.95% | - |
| XYZ | 47.72 | 70.81 | 33.34 | - |
| YUV | 200.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 133 | 0.39 | 0 | 0.45 | 0.05 | 112.22 | 0.79 | 0.73 |
| Hex | 93 | F1 | 85 | 27 | 0 | 2D | 5 | 70 | 4F | 49 |
| Octal | 223 | 361 | 205 | 47 | 0 | 55 | 5 | 160 | 117 | 111 |
| Binary | 10010011 | 11110001 | 10000101 | 100111 | 0 | 101101 | 101 | 1110000 | 1001111 | 1001001 |
Color Harmonies of #93F185
Complementary color
Monochromatic Colors of #93F185
Black with #93F185
Text Example
Text Example
White with #93F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F185; }
p { color: rgb(147,241,133); }
H1.HeaderClassName
{
color: #93F185;
}
.AnyTagClassName
{
color: #93F185;
}
</style>
background-color css
<style>
a { background-color: #93F185; }
a { background-color: rgb(147,241,133); }
div.DivClassName
{
background-color: #93F185;
}
.BgClassName
{
background-color: #93F185;
}
</style>
border-color css
<style>
span { border-color: #93F185; }
span { border-color: rgb(147,241,133); }
td.TdClassName
{
border-color: #93F185;
}
.TagClassName
{
border-color: #93F185;
}
</style>