Shades of Inch Worm #CDDF0B
Tints of Inch Worm #CDDF0B
RGB
CMYK
RGB Variations
Color information
#CDDF0B (or 0xCDDF0B) is known color: Inch Worm. HEX triplet: CD, DF and 0B. RGB value is (205,223,11). Sum of RGB (Red+Green+Blue) = 205+223+11=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDF0B is #3220F4. Grayscale: #C2C2C2. Windows color (decimal): -3285237 or 778189. OLE color: 778189.
HSL color Cylindrical-coordinate representation of color #CDDF0B: hue angle of 65.09º degrees, saturation: 0.91, 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 #CDDF0B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.13 |
| HSL | 65.09º | 0.91% | 0.46% | - |
| HSV(B) | 65.09º | 0.95% | 0.87% | - |
| XYZ | 51.62 | 65.78 | 10.29 | - |
| YUV | 193.45 | 25.04 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 11 | 0.08 | 0 | 0.95 | 0.13 | 65.09 | 0.91 | 0.46 |
| Hex | CD | DF | B | 8 | 0 | 5F | D | 41 | 5B | 2E |
| Octal | 315 | 337 | 13 | 10 | 0 | 137 | 15 | 101 | 133 | 56 |
| Binary | 11001101 | 11011111 | 1011 | 1000 | 0 | 1011111 | 1101 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CDDF0B
Complementary color
Monochromatic Colors of #CDDF0B
Black with #CDDF0B
Text Example
Text Example
White with #CDDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF0B; }
p { color: rgb(205,223,11); }
H1.HeaderClassName
{
color: #CDDF0B;
}
.AnyTagClassName
{
color: #CDDF0B;
}
</style>
background-color css
<style>
a { background-color: #CDDF0B; }
a { background-color: rgb(205,223,11); }
div.DivClassName
{
background-color: #CDDF0B;
}
.BgClassName
{
background-color: #CDDF0B;
}
</style>
border-color css
<style>
span { border-color: #CDDF0B; }
span { border-color: rgb(205,223,11); }
td.TdClassName
{
border-color: #CDDF0B;
}
.TagClassName
{
border-color: #CDDF0B;
}
</style>