Shades of Inch Worm #CCDF0C
Tints of Inch Worm #CCDF0C
RGB
CMYK
RGB Variations
Color information
#CCDF0C (or 0xCCDF0C) is known color: Inch Worm. HEX triplet: CC, DF and 0C. RGB value is (204,223,12). Sum of RGB (Red+Green+Blue) = 204+223+12=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF0C is #3320F3. Grayscale: #C2C2C2. Windows color (decimal): -3350772 or 843724. OLE color: 843724.
HSL color Cylindrical-coordinate representation of color #CCDF0C: hue angle of 65.4º degrees, saturation: 0.9, 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 #CCDF0C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.13 |
| HSL | 65.4º | 0.9% | 0.46% | - |
| HSV(B) | 65.4º | 0.95% | 0.87% | - |
| XYZ | 51.36 | 65.64 | 10.31 | - |
| YUV | 193.27 | 25.71 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 12 | 0.09 | 0 | 0.95 | 0.13 | 65.4 | 0.9 | 0.46 |
| Hex | CC | DF | C | 9 | 0 | 5F | D | 41 | 5A | 2E |
| Octal | 314 | 337 | 14 | 11 | 0 | 137 | 15 | 101 | 132 | 56 |
| Binary | 11001100 | 11011111 | 1100 | 1001 | 0 | 1011111 | 1101 | 1000001 | 1011010 | 101110 |
Color Harmonies of #CCDF0C
Complementary color
Monochromatic Colors of #CCDF0C
Black with #CCDF0C
Text Example
Text Example
White with #CCDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF0C; }
p { color: rgb(204,223,12); }
H1.HeaderClassName
{
color: #CCDF0C;
}
.AnyTagClassName
{
color: #CCDF0C;
}
</style>
background-color css
<style>
a { background-color: #CCDF0C; }
a { background-color: rgb(204,223,12); }
div.DivClassName
{
background-color: #CCDF0C;
}
.BgClassName
{
background-color: #CCDF0C;
}
</style>
border-color css
<style>
span { border-color: #CCDF0C; }
span { border-color: rgb(204,223,12); }
td.TdClassName
{
border-color: #CCDF0C;
}
.TagClassName
{
border-color: #CCDF0C;
}
</style>