Shades of Inch Worm #99DF0B
Tints of Inch Worm #99DF0B
RGB
CMYK
RGB Variations
Color information
#99DF0B (or 0x99DF0B) is known color: Inch Worm. HEX triplet: 99, DF and 0B. RGB value is (153,223,11). Sum of RGB (Red+Green+Blue) = 153+223+11=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DF0B is #6620F4. Grayscale: #B2B2B2. Windows color (decimal): -6693109 or 778137. OLE color: 778137.
HSL color Cylindrical-coordinate representation of color #99DF0B: hue angle of 79.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99DF0B is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 11 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.13 |
| HSL | 79.81º | 0.91% | 0.46% | - |
| HSV(B) | 79.81º | 0.95% | 0.87% | - |
| XYZ | 39.58 | 59.57 | 9.73 | - |
| YUV | 177.9 | 33.81 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 11 | 0.31 | 0 | 0.95 | 0.13 | 79.81 | 0.91 | 0.46 |
| Hex | 99 | DF | B | 1F | 0 | 5F | D | 50 | 5B | 2E |
| Octal | 231 | 337 | 13 | 37 | 0 | 137 | 15 | 120 | 133 | 56 |
| Binary | 10011001 | 11011111 | 1011 | 11111 | 0 | 1011111 | 1101 | 1010000 | 1011011 | 101110 |
Color Harmonies of #99DF0B
Complementary color
Monochromatic Colors of #99DF0B
Black with #99DF0B
Text Example
Text Example
White with #99DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF0B; }
p { color: rgb(153,223,11); }
H1.HeaderClassName
{
color: #99DF0B;
}
.AnyTagClassName
{
color: #99DF0B;
}
</style>
background-color css
<style>
a { background-color: #99DF0B; }
a { background-color: rgb(153,223,11); }
div.DivClassName
{
background-color: #99DF0B;
}
.BgClassName
{
background-color: #99DF0B;
}
</style>
border-color css
<style>
span { border-color: #99DF0B; }
span { border-color: rgb(153,223,11); }
td.TdClassName
{
border-color: #99DF0B;
}
.TagClassName
{
border-color: #99DF0B;
}
</style>