Shades of Inch Worm #99E103
Tints of Inch Worm #99E103
RGB
CMYK
RGB Variations
Color information
#99E103 (or 0x99E103) is known color: Inch Worm. HEX triplet: 99, E1 and 03. RGB value is (153,225,3). Sum of RGB (Red+Green+Blue) = 153+225+3=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #99E103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99E103 is #661EFC. Grayscale: #B2B2B2. Windows color (decimal): -6692605 or 254361. OLE color: 254361.
HSL color Cylindrical-coordinate representation of color #99E103: hue angle of 79.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99E103 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.12 |
| HSL | 79.46º | 0.97% | 0.45% | - |
| HSV(B) | 79.46º | 0.99% | 0.88% | - |
| XYZ | 40.08 | 60.63 | 9.68 | - |
| YUV | 178.16 | 29.15 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 3 | 0.32 | 0 | 0.99 | 0.12 | 79.46 | 0.97 | 0.45 |
| Hex | 99 | E1 | 3 | 20 | 0 | 63 | C | 4F | 61 | 2D |
| Octal | 231 | 341 | 3 | 40 | 0 | 143 | 14 | 117 | 141 | 55 |
| Binary | 10011001 | 11100001 | 11 | 100000 | 0 | 1100011 | 1100 | 1001111 | 1100001 | 101101 |
Color Harmonies of #99E103
Complementary color
Monochromatic Colors of #99E103
Black with #99E103
Text Example
Text Example
White with #99E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E103; }
p { color: rgb(153,225,3); }
H1.HeaderClassName
{
color: #99E103;
}
.AnyTagClassName
{
color: #99E103;
}
</style>
background-color css
<style>
a { background-color: #99E103; }
a { background-color: rgb(153,225,3); }
div.DivClassName
{
background-color: #99E103;
}
.BgClassName
{
background-color: #99E103;
}
</style>
border-color css
<style>
span { border-color: #99E103; }
span { border-color: rgb(153,225,3); }
td.TdClassName
{
border-color: #99E103;
}
.TagClassName
{
border-color: #99E103;
}
</style>