Shades of Inch Worm #CBDD08
Tints of Inch Worm #CBDD08
RGB
CMYK
RGB Variations
Color information
#CBDD08 (or 0xCBDD08) is known color: Inch Worm. HEX triplet: CB, DD and 08. RGB value is (203,221,8). Sum of RGB (Red+Green+Blue) = 203+221+8=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDD08 is #3422F7. Grayscale: #C0C0C0. Windows color (decimal): -3416824 or 581067. OLE color: 581067.
HSL color Cylindrical-coordinate representation of color #CBDD08: hue angle of 65.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBDD08 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.13 |
| HSL | 65.07º | 0.93% | 0.45% | - |
| HSV(B) | 65.07º | 0.96% | 0.87% | - |
| XYZ | 50.53 | 64.43 | 10 | - |
| YUV | 191.34 | 24.54 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 8 | 0.08 | 0 | 0.96 | 0.13 | 65.07 | 0.93 | 0.45 |
| Hex | CB | DD | 8 | 8 | 0 | 60 | D | 41 | 5D | 2D |
| Octal | 313 | 335 | 10 | 10 | 0 | 140 | 15 | 101 | 135 | 55 |
| Binary | 11001011 | 11011101 | 1000 | 1000 | 0 | 1100000 | 1101 | 1000001 | 1011101 | 101101 |
Color Harmonies of #CBDD08
Complementary color
Monochromatic Colors of #CBDD08
Black with #CBDD08
Text Example
Text Example
White with #CBDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD08; }
p { color: rgb(203,221,8); }
H1.HeaderClassName
{
color: #CBDD08;
}
.AnyTagClassName
{
color: #CBDD08;
}
</style>
background-color css
<style>
a { background-color: #CBDD08; }
a { background-color: rgb(203,221,8); }
div.DivClassName
{
background-color: #CBDD08;
}
.BgClassName
{
background-color: #CBDD08;
}
</style>
border-color css
<style>
span { border-color: #CBDD08; }
span { border-color: rgb(203,221,8); }
td.TdClassName
{
border-color: #CBDD08;
}
.TagClassName
{
border-color: #CBDD08;
}
</style>