Shades of Light Green #93F077
Tints of Light Green #93F077
RGB
CMYK
RGB Variations
Color information
#93F077 (or 0x93F077) is known color: Light Green. HEX triplet: 93, F0 and 77. RGB value is (147,240,119). Sum of RGB (Red+Green+Blue) = 147+240+119=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #93F077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F077 is #6C0F88. Grayscale: #C6C6C6. Windows color (decimal): -7081865 or 7860371. OLE color: 7860371.
HSL color Cylindrical-coordinate representation of color #93F077: hue angle of 106.12º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93F077 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 119 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.06 |
| HSL | 106.12º | 0.8% | 0.7% | - |
| HSV(B) | 106.12º | 0.5% | 0.94% | - |
| XYZ | 46.52 | 69.86 | 28.48 | - |
| YUV | 198.4 | 83.19 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 119 | 0.39 | 0 | 0.50 | 0.06 | 106.12 | 0.8 | 0.7 |
| Hex | 93 | F0 | 77 | 27 | 0 | 32 | 6 | 6A | 50 | 46 |
| Octal | 223 | 360 | 167 | 47 | 0 | 62 | 6 | 152 | 120 | 106 |
| Binary | 10010011 | 11110000 | 1110111 | 100111 | 0 | 110010 | 110 | 1101010 | 1010000 | 1000110 |
Color Harmonies of #93F077
Complementary color
Monochromatic Colors of #93F077
Black with #93F077
Text Example
Text Example
White with #93F077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F077; }
p { color: rgb(147,240,119); }
H1.HeaderClassName
{
color: #93F077;
}
.AnyTagClassName
{
color: #93F077;
}
</style>
background-color css
<style>
a { background-color: #93F077; }
a { background-color: rgb(147,240,119); }
div.DivClassName
{
background-color: #93F077;
}
.BgClassName
{
background-color: #93F077;
}
</style>
border-color css
<style>
span { border-color: #93F077; }
span { border-color: rgb(147,240,119); }
td.TdClassName
{
border-color: #93F077;
}
.TagClassName
{
border-color: #93F077;
}
</style>