Shades of Inch Worm #CBDD06
Tints of Inch Worm #CBDD06
RGB
CMYK
RGB Variations
Color information
#CBDD06 (or 0xCBDD06) is known color: Inch Worm. HEX triplet: CB, DD and 06. RGB value is (203,221,6). Sum of RGB (Red+Green+Blue) = 203+221+6=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDD06 is #3422F9. Grayscale: #BFBFBF. Windows color (decimal): -3416826 or 449995. OLE color: 449995.
HSL color Cylindrical-coordinate representation of color #CBDD06: hue angle of 65.02º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBDD06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.13 |
| HSL | 65.02º | 0.95% | 0.45% | - |
| HSV(B) | 65.02º | 0.97% | 0.87% | - |
| XYZ | 50.52 | 64.42 | 9.94 | - |
| YUV | 191.11 | 23.54 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 6 | 0.08 | 0 | 0.97 | 0.13 | 65.02 | 0.95 | 0.45 |
| Hex | CB | DD | 6 | 8 | 0 | 61 | D | 41 | 5F | 2D |
| Octal | 313 | 335 | 6 | 10 | 0 | 141 | 15 | 101 | 137 | 55 |
| Binary | 11001011 | 11011101 | 110 | 1000 | 0 | 1100001 | 1101 | 1000001 | 1011111 | 101101 |
Color Harmonies of #CBDD06
Complementary color
Monochromatic Colors of #CBDD06
Black with #CBDD06
Text Example
Text Example
White with #CBDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD06; }
p { color: rgb(203,221,6); }
H1.HeaderClassName
{
color: #CBDD06;
}
.AnyTagClassName
{
color: #CBDD06;
}
</style>
background-color css
<style>
a { background-color: #CBDD06; }
a { background-color: rgb(203,221,6); }
div.DivClassName
{
background-color: #CBDD06;
}
.BgClassName
{
background-color: #CBDD06;
}
</style>
border-color css
<style>
span { border-color: #CBDD06; }
span { border-color: rgb(203,221,6); }
td.TdClassName
{
border-color: #CBDD06;
}
.TagClassName
{
border-color: #CBDD06;
}
</style>