Shades of Inch Worm #CCDF08
Tints of Inch Worm #CCDF08
RGB
CMYK
RGB Variations
Color information
#CCDF08 (or 0xCCDF08) is known color: Inch Worm. HEX triplet: CC, DF and 08. RGB value is (204,223,8). Sum of RGB (Red+Green+Blue) = 204+223+8=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF08 is #3320F7. Grayscale: #C1C1C1. Windows color (decimal): -3350776 or 581580. OLE color: 581580.
HSL color Cylindrical-coordinate representation of color #CCDF08: hue angle of 65.3º degrees, saturation: 0.93, 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 #CCDF08 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.13 |
| HSL | 65.3º | 0.93% | 0.45% | - |
| HSV(B) | 65.3º | 0.96% | 0.87% | - |
| XYZ | 51.33 | 65.63 | 10.19 | - |
| YUV | 192.81 | 23.71 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 8 | 0.09 | 0 | 0.96 | 0.13 | 65.3 | 0.93 | 0.45 |
| Hex | CC | DF | 8 | 9 | 0 | 60 | D | 41 | 5D | 2D |
| Octal | 314 | 337 | 10 | 11 | 0 | 140 | 15 | 101 | 135 | 55 |
| Binary | 11001100 | 11011111 | 1000 | 1001 | 0 | 1100000 | 1101 | 1000001 | 1011101 | 101101 |
Color Harmonies of #CCDF08
Complementary color
Monochromatic Colors of #CCDF08
Black with #CCDF08
Text Example
Text Example
White with #CCDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF08; }
p { color: rgb(204,223,8); }
H1.HeaderClassName
{
color: #CCDF08;
}
.AnyTagClassName
{
color: #CCDF08;
}
</style>
background-color css
<style>
a { background-color: #CCDF08; }
a { background-color: rgb(204,223,8); }
div.DivClassName
{
background-color: #CCDF08;
}
.BgClassName
{
background-color: #CCDF08;
}
</style>
border-color css
<style>
span { border-color: #CCDF08; }
span { border-color: rgb(204,223,8); }
td.TdClassName
{
border-color: #CCDF08;
}
.TagClassName
{
border-color: #CCDF08;
}
</style>