Shades of Inch Worm #CCDF09
Tints of Inch Worm #CCDF09
RGB
CMYK
RGB Variations
Color information
#CCDF09 (or 0xCCDF09) is known color: Inch Worm. HEX triplet: CC, DF and 09. RGB value is (204,223,9). Sum of RGB (Red+Green+Blue) = 204+223+9=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 9 (3.91% from 255 or 2.06% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF09 is #3320F6. Grayscale: #C1C1C1. Windows color (decimal): -3350775 or 647116. OLE color: 647116.
HSL color Cylindrical-coordinate representation of color #CCDF09: hue angle of 65.33º degrees, saturation: 0.92, 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 #CCDF09 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.13 |
| HSL | 65.33º | 0.92% | 0.45% | - |
| HSV(B) | 65.33º | 0.96% | 0.87% | - |
| XYZ | 51.34 | 65.63 | 10.22 | - |
| YUV | 192.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 9 | 0.09 | 0 | 0.96 | 0.13 | 65.33 | 0.92 | 0.45 |
| Hex | CC | DF | 9 | 9 | 0 | 60 | D | 41 | 5C | 2D |
| Octal | 314 | 337 | 11 | 11 | 0 | 140 | 15 | 101 | 134 | 55 |
| Binary | 11001100 | 11011111 | 1001 | 1001 | 0 | 1100000 | 1101 | 1000001 | 1011100 | 101101 |
Color Harmonies of #CCDF09
Complementary color
Monochromatic Colors of #CCDF09
Black with #CCDF09
Text Example
Text Example
White with #CCDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF09; }
p { color: rgb(204,223,9); }
H1.HeaderClassName
{
color: #CCDF09;
}
.AnyTagClassName
{
color: #CCDF09;
}
</style>
background-color css
<style>
a { background-color: #CCDF09; }
a { background-color: rgb(204,223,9); }
div.DivClassName
{
background-color: #CCDF09;
}
.BgClassName
{
background-color: #CCDF09;
}
</style>
border-color css
<style>
span { border-color: #CCDF09; }
span { border-color: rgb(204,223,9); }
td.TdClassName
{
border-color: #CCDF09;
}
.TagClassName
{
border-color: #CCDF09;
}
</style>