Shades of Inch Worm #CBDF0A
Tints of Inch Worm #CBDF0A
RGB
CMYK
RGB Variations
Color information
#CBDF0A (or 0xCBDF0A) is known color: Inch Worm. HEX triplet: CB, DF and 0A. RGB value is (203,223,10). Sum of RGB (Red+Green+Blue) = 203+223+10=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDF0A is #3420F5. Grayscale: #C1C1C1. Windows color (decimal): -3416310 or 712651. OLE color: 712651.
HSL color Cylindrical-coordinate representation of color #CBDF0A: hue angle of 65.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBDF0A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.13 |
| HSL | 65.63º | 0.91% | 0.46% | - |
| HSV(B) | 65.63º | 0.96% | 0.87% | - |
| XYZ | 51.07 | 65.49 | 10.24 | - |
| YUV | 192.74 | 24.87 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 10 | 0.09 | 0 | 0.96 | 0.13 | 65.63 | 0.91 | 0.46 |
| Hex | CB | DF | A | 9 | 0 | 60 | D | 42 | 5B | 2E |
| Octal | 313 | 337 | 12 | 11 | 0 | 140 | 15 | 102 | 133 | 56 |
| Binary | 11001011 | 11011111 | 1010 | 1001 | 0 | 1100000 | 1101 | 1000010 | 1011011 | 101110 |
Color Harmonies of #CBDF0A
Complementary color
Monochromatic Colors of #CBDF0A
Black with #CBDF0A
Text Example
Text Example
White with #CBDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF0A; }
p { color: rgb(203,223,10); }
H1.HeaderClassName
{
color: #CBDF0A;
}
.AnyTagClassName
{
color: #CBDF0A;
}
</style>
background-color css
<style>
a { background-color: #CBDF0A; }
a { background-color: rgb(203,223,10); }
div.DivClassName
{
background-color: #CBDF0A;
}
.BgClassName
{
background-color: #CBDF0A;
}
</style>
border-color css
<style>
span { border-color: #CBDF0A; }
span { border-color: rgb(203,223,10); }
td.TdClassName
{
border-color: #CBDF0A;
}
.TagClassName
{
border-color: #CBDF0A;
}
</style>