Shades of Inch Worm #CCDF0B
Tints of Inch Worm #CCDF0B
RGB
CMYK
RGB Variations
Color information
#CCDF0B (or 0xCCDF0B) is known color: Inch Worm. HEX triplet: CC, DF and 0B. RGB value is (204,223,11). Sum of RGB (Red+Green+Blue) = 204+223+11=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF0B is #3320F4. Grayscale: #C1C1C1. Windows color (decimal): -3350773 or 778188. OLE color: 778188.
HSL color Cylindrical-coordinate representation of color #CCDF0B: hue angle of 65.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCDF0B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.13 |
| HSL | 65.38º | 0.91% | 0.46% | - |
| HSV(B) | 65.38º | 0.95% | 0.87% | - |
| XYZ | 51.35 | 65.64 | 10.28 | - |
| YUV | 193.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 11 | 0.09 | 0 | 0.95 | 0.13 | 65.38 | 0.91 | 0.46 |
| Hex | CC | DF | B | 9 | 0 | 5F | D | 41 | 5B | 2E |
| Octal | 314 | 337 | 13 | 11 | 0 | 137 | 15 | 101 | 133 | 56 |
| Binary | 11001100 | 11011111 | 1011 | 1001 | 0 | 1011111 | 1101 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CCDF0B
Complementary color
Monochromatic Colors of #CCDF0B
Black with #CCDF0B
Text Example
Text Example
White with #CCDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF0B; }
p { color: rgb(204,223,11); }
H1.HeaderClassName
{
color: #CCDF0B;
}
.AnyTagClassName
{
color: #CCDF0B;
}
</style>
background-color css
<style>
a { background-color: #CCDF0B; }
a { background-color: rgb(204,223,11); }
div.DivClassName
{
background-color: #CCDF0B;
}
.BgClassName
{
background-color: #CCDF0B;
}
</style>
border-color css
<style>
span { border-color: #CCDF0B; }
span { border-color: rgb(204,223,11); }
td.TdClassName
{
border-color: #CCDF0B;
}
.TagClassName
{
border-color: #CCDF0B;
}
</style>