Shades of Inch Worm #CCDF12
Tints of Inch Worm #CCDF12
RGB
CMYK
RGB Variations
Color information
#CCDF12 (or 0xCCDF12) is known color: Inch Worm. HEX triplet: CC, DF and 12. RGB value is (204,223,18). Sum of RGB (Red+Green+Blue) = 204+223+18=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF12 is #3320ED. Grayscale: #C2C2C2. Windows color (decimal): -3350766 or 1236940. OLE color: 1236940.
HSL color Cylindrical-coordinate representation of color #CCDF12: hue angle of 65.56º degrees, saturation: 0.85, 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 #CCDF12 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.13 |
| HSL | 65.56º | 0.85% | 0.47% | - |
| HSV(B) | 65.56º | 0.92% | 0.87% | - |
| XYZ | 51.4 | 65.66 | 10.54 | - |
| YUV | 193.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 18 | 0.09 | 0 | 0.92 | 0.13 | 65.56 | 0.85 | 0.47 |
| Hex | CC | DF | 12 | 9 | 0 | 5C | D | 42 | 55 | 2F |
| Octal | 314 | 337 | 22 | 11 | 0 | 134 | 15 | 102 | 125 | 57 |
| Binary | 11001100 | 11011111 | 10010 | 1001 | 0 | 1011100 | 1101 | 1000010 | 1010101 | 101111 |
Color Harmonies of #CCDF12
Complementary color
Monochromatic Colors of #CCDF12
Black with #CCDF12
Text Example
Text Example
White with #CCDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF12; }
p { color: rgb(204,223,18); }
H1.HeaderClassName
{
color: #CCDF12;
}
.AnyTagClassName
{
color: #CCDF12;
}
</style>
background-color css
<style>
a { background-color: #CCDF12; }
a { background-color: rgb(204,223,18); }
div.DivClassName
{
background-color: #CCDF12;
}
.BgClassName
{
background-color: #CCDF12;
}
</style>
border-color css
<style>
span { border-color: #CCDF12; }
span { border-color: rgb(204,223,18); }
td.TdClassName
{
border-color: #CCDF12;
}
.TagClassName
{
border-color: #CCDF12;
}
</style>