Shades of Inch Worm #CCDF11
Tints of Inch Worm #CCDF11
RGB
CMYK
RGB Variations
Color information
#CCDF11 (or 0xCCDF11) is known color: Inch Worm. HEX triplet: CC, DF and 11. RGB value is (204,223,17). Sum of RGB (Red+Green+Blue) = 204+223+17=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF11 is #3320EE. Grayscale: #C2C2C2. Windows color (decimal): -3350767 or 1171404. OLE color: 1171404.
HSL color Cylindrical-coordinate representation of color #CCDF11: hue angle of 65.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCDF11 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 17 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.13 |
| HSL | 65.53º | 0.86% | 0.47% | - |
| HSV(B) | 65.53º | 0.92% | 0.87% | - |
| XYZ | 51.39 | 65.65 | 10.49 | - |
| YUV | 193.84 | 28.21 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 17 | 0.09 | 0 | 0.92 | 0.13 | 65.53 | 0.86 | 0.47 |
| Hex | CC | DF | 11 | 9 | 0 | 5C | D | 42 | 56 | 2F |
| Octal | 314 | 337 | 21 | 11 | 0 | 134 | 15 | 102 | 126 | 57 |
| Binary | 11001100 | 11011111 | 10001 | 1001 | 0 | 1011100 | 1101 | 1000010 | 1010110 | 101111 |
Color Harmonies of #CCDF11
Complementary color
Monochromatic Colors of #CCDF11
Black with #CCDF11
Text Example
Text Example
White with #CCDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF11; }
p { color: rgb(204,223,17); }
H1.HeaderClassName
{
color: #CCDF11;
}
.AnyTagClassName
{
color: #CCDF11;
}
</style>
background-color css
<style>
a { background-color: #CCDF11; }
a { background-color: rgb(204,223,17); }
div.DivClassName
{
background-color: #CCDF11;
}
.BgClassName
{
background-color: #CCDF11;
}
</style>
border-color css
<style>
span { border-color: #CCDF11; }
span { border-color: rgb(204,223,17); }
td.TdClassName
{
border-color: #CCDF11;
}
.TagClassName
{
border-color: #CCDF11;
}
</style>