Shades of Light Green #93FD68
Tints of Light Green #93FD68
RGB
CMYK
RGB Variations
Color information
#93FD68 (or 0x93FD68) is known color: Light Green. HEX triplet: 93, FD and 68. RGB value is (147,253,104). Sum of RGB (Red+Green+Blue) = 147+253+104=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #93FD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FD68 is #6C0297. Grayscale: #CCCCCC. Windows color (decimal): -7078552 or 6880659. OLE color: 6880659.
HSL color Cylindrical-coordinate representation of color #93FD68: hue angle of 102.68º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93FD68 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 104 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.01 |
| HSL | 102.68º | 0.97% | 0.7% | - |
| HSV(B) | 102.68º | 0.59% | 0.99% | - |
| XYZ | 49.66 | 77.45 | 25.43 | - |
| YUV | 204.32 | 71.38 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 104 | 0.42 | 0 | 0.59 | 0.01 | 102.68 | 0.97 | 0.7 |
| Hex | 93 | FD | 68 | 2A | 0 | 3B | 1 | 67 | 61 | 46 |
| Octal | 223 | 375 | 150 | 52 | 0 | 73 | 1 | 147 | 141 | 106 |
| Binary | 10010011 | 11111101 | 1101000 | 101010 | 0 | 111011 | 1 | 1100111 | 1100001 | 1000110 |
Color Harmonies of #93FD68
Complementary color
Monochromatic Colors of #93FD68
Black with #93FD68
Text Example
Text Example
White with #93FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FD68; }
p { color: rgb(147,253,104); }
H1.HeaderClassName
{
color: #93FD68;
}
.AnyTagClassName
{
color: #93FD68;
}
</style>
background-color css
<style>
a { background-color: #93FD68; }
a { background-color: rgb(147,253,104); }
div.DivClassName
{
background-color: #93FD68;
}
.BgClassName
{
background-color: #93FD68;
}
</style>
border-color css
<style>
span { border-color: #93FD68; }
span { border-color: rgb(147,253,104); }
td.TdClassName
{
border-color: #93FD68;
}
.TagClassName
{
border-color: #93FD68;
}
</style>