Shades of Inch Worm #9DDB1B
Tints of Inch Worm #9DDB1B
RGB
CMYK
RGB Variations
Color information
#9DDB1B (or 0x9DDB1B) is known color: Inch Worm. HEX triplet: 9D, DB and 1B. RGB value is (157,219,27). Sum of RGB (Red+Green+Blue) = 157+219+27=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDB1B is #6224E4. Grayscale: #B3B3B3. Windows color (decimal): -6431973 or 1825693. OLE color: 1825693.
HSL color Cylindrical-coordinate representation of color #9DDB1B: hue angle of 79.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DDB1B is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 27 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.14 |
| HSL | 79.38º | 0.78% | 0.48% | - |
| HSV(B) | 79.38º | 0.88% | 0.86% | - |
| XYZ | 39.43 | 57.91 | 10.14 | - |
| YUV | 178.57 | 42.46 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 27 | 0.28 | 0 | 0.88 | 0.14 | 79.38 | 0.78 | 0.48 |
| Hex | 9D | DB | 1B | 1C | 0 | 58 | E | 4F | 4E | 30 |
| Octal | 235 | 333 | 33 | 34 | 0 | 130 | 16 | 117 | 116 | 60 |
| Binary | 10011101 | 11011011 | 11011 | 11100 | 0 | 1011000 | 1110 | 1001111 | 1001110 | 110000 |
Color Harmonies of #9DDB1B
Complementary color
Monochromatic Colors of #9DDB1B
Black with #9DDB1B
Text Example
Text Example
White with #9DDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB1B; }
p { color: rgb(157,219,27); }
H1.HeaderClassName
{
color: #9DDB1B;
}
.AnyTagClassName
{
color: #9DDB1B;
}
</style>
background-color css
<style>
a { background-color: #9DDB1B; }
a { background-color: rgb(157,219,27); }
div.DivClassName
{
background-color: #9DDB1B;
}
.BgClassName
{
background-color: #9DDB1B;
}
</style>
border-color css
<style>
span { border-color: #9DDB1B; }
span { border-color: rgb(157,219,27); }
td.TdClassName
{
border-color: #9DDB1B;
}
.TagClassName
{
border-color: #9DDB1B;
}
</style>