Shades of Inch Worm #CBDC08
Tints of Inch Worm #CBDC08
RGB
CMYK
RGB Variations
Color information
#CBDC08 (or 0xCBDC08) is known color: Inch Worm. HEX triplet: CB, DC and 08. RGB value is (203,220,8). Sum of RGB (Red+Green+Blue) = 203+220+8=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDC08 is #3423F7. Grayscale: #BFBFBF. Windows color (decimal): -3417080 or 580811. OLE color: 580811.
HSL color Cylindrical-coordinate representation of color #CBDC08: hue angle of 64.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBDC08 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.14 |
| HSL | 64.81º | 0.93% | 0.45% | - |
| HSV(B) | 64.81º | 0.96% | 0.86% | - |
| XYZ | 50.27 | 63.9 | 9.91 | - |
| YUV | 190.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 8 | 0.08 | 0 | 0.96 | 0.14 | 64.81 | 0.93 | 0.45 |
| Hex | CB | DC | 8 | 8 | 0 | 60 | E | 41 | 5D | 2D |
| Octal | 313 | 334 | 10 | 10 | 0 | 140 | 16 | 101 | 135 | 55 |
| Binary | 11001011 | 11011100 | 1000 | 1000 | 0 | 1100000 | 1110 | 1000001 | 1011101 | 101101 |
Color Harmonies of #CBDC08
Complementary color
Monochromatic Colors of #CBDC08
Black with #CBDC08
Text Example
Text Example
White with #CBDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC08; }
p { color: rgb(203,220,8); }
H1.HeaderClassName
{
color: #CBDC08;
}
.AnyTagClassName
{
color: #CBDC08;
}
</style>
background-color css
<style>
a { background-color: #CBDC08; }
a { background-color: rgb(203,220,8); }
div.DivClassName
{
background-color: #CBDC08;
}
.BgClassName
{
background-color: #CBDC08;
}
</style>
border-color css
<style>
span { border-color: #CBDC08; }
span { border-color: rgb(203,220,8); }
td.TdClassName
{
border-color: #CBDC08;
}
.TagClassName
{
border-color: #CBDC08;
}
</style>