Shades of Inch Worm #C5DF0B
Tints of Inch Worm #C5DF0B
RGB
CMYK
RGB Variations
Color information
#C5DF0B (or 0xC5DF0B) is known color: Inch Worm. HEX triplet: C5, DF and 0B. RGB value is (197,223,11). Sum of RGB (Red+Green+Blue) = 197+223+11=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DF0B is #3A20F4. Grayscale: #BFBFBF. Windows color (decimal): -3809525 or 778181. OLE color: 778181.
HSL color Cylindrical-coordinate representation of color #C5DF0B: hue angle of 67.36º 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 #C5DF0B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.13 |
| HSL | 67.36º | 0.91% | 0.46% | - |
| HSV(B) | 67.36º | 0.95% | 0.87% | - |
| XYZ | 49.47 | 64.67 | 10.19 | - |
| YUV | 191.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 11 | 0.12 | 0 | 0.95 | 0.13 | 67.36 | 0.91 | 0.46 |
| Hex | C5 | DF | B | C | 0 | 5F | D | 43 | 5B | 2E |
| Octal | 305 | 337 | 13 | 14 | 0 | 137 | 15 | 103 | 133 | 56 |
| Binary | 11000101 | 11011111 | 1011 | 1100 | 0 | 1011111 | 1101 | 1000011 | 1011011 | 101110 |
Color Harmonies of #C5DF0B
Complementary color
Monochromatic Colors of #C5DF0B
Black with #C5DF0B
Text Example
Text Example
White with #C5DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF0B; }
p { color: rgb(197,223,11); }
H1.HeaderClassName
{
color: #C5DF0B;
}
.AnyTagClassName
{
color: #C5DF0B;
}
</style>
background-color css
<style>
a { background-color: #C5DF0B; }
a { background-color: rgb(197,223,11); }
div.DivClassName
{
background-color: #C5DF0B;
}
.BgClassName
{
background-color: #C5DF0B;
}
</style>
border-color css
<style>
span { border-color: #C5DF0B; }
span { border-color: rgb(197,223,11); }
td.TdClassName
{
border-color: #C5DF0B;
}
.TagClassName
{
border-color: #C5DF0B;
}
</style>