Shades of Inch Worm #99DF1B
Tints of Inch Worm #99DF1B
RGB
CMYK
RGB Variations
Color information
#99DF1B (or 0x99DF1B) is known color: Inch Worm. HEX triplet: 99, DF and 1B. RGB value is (153,223,27). Sum of RGB (Red+Green+Blue) = 153+223+27=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DF1B is #6620E4. Grayscale: #B4B4B4. Windows color (decimal): -6693093 or 1826713. OLE color: 1826713.
HSL color Cylindrical-coordinate representation of color #99DF1B: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99DF1B is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 27 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.13 |
| HSL | 81.43º | 0.78% | 0.49% | - |
| HSV(B) | 81.43º | 0.88% | 0.87% | - |
| XYZ | 39.72 | 59.63 | 10.45 | - |
| YUV | 179.73 | 41.81 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 27 | 0.31 | 0 | 0.88 | 0.13 | 81.43 | 0.78 | 0.49 |
| Hex | 99 | DF | 1B | 1F | 0 | 58 | D | 51 | 4E | 31 |
| Octal | 231 | 337 | 33 | 37 | 0 | 130 | 15 | 121 | 116 | 61 |
| Binary | 10011001 | 11011111 | 11011 | 11111 | 0 | 1011000 | 1101 | 1010001 | 1001110 | 110001 |
Color Harmonies of #99DF1B
Complementary color
Monochromatic Colors of #99DF1B
Black with #99DF1B
Text Example
Text Example
White with #99DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF1B; }
p { color: rgb(153,223,27); }
H1.HeaderClassName
{
color: #99DF1B;
}
.AnyTagClassName
{
color: #99DF1B;
}
</style>
background-color css
<style>
a { background-color: #99DF1B; }
a { background-color: rgb(153,223,27); }
div.DivClassName
{
background-color: #99DF1B;
}
.BgClassName
{
background-color: #99DF1B;
}
</style>
border-color css
<style>
span { border-color: #99DF1B; }
span { border-color: rgb(153,223,27); }
td.TdClassName
{
border-color: #99DF1B;
}
.TagClassName
{
border-color: #99DF1B;
}
</style>