Shades of Inch Worm #C1D807
Tints of Inch Worm #C1D807
RGB
CMYK
RGB Variations
Color information
#C1D807 (or 0xC1D807) is known color: Inch Worm. HEX triplet: C1, D8 and 07. RGB value is (193,216,7). Sum of RGB (Red+Green+Blue) = 193+216+7=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D807 is #3E27F8. Grayscale: #BABABA. Windows color (decimal): -4073465 or 514241. OLE color: 514241.
HSL color Cylindrical-coordinate representation of color #C1D807: hue angle of 66.6º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1D807 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.15 |
| HSL | 66.6º | 0.94% | 0.44% | - |
| HSV(B) | 66.6º | 0.97% | 0.85% | - |
| XYZ | 46.59 | 60.46 | 9.42 | - |
| YUV | 185.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 7 | 0.11 | 0 | 0.97 | 0.15 | 66.6 | 0.94 | 0.44 |
| Hex | C1 | D8 | 7 | B | 0 | 61 | F | 43 | 5E | 2C |
| Octal | 301 | 330 | 7 | 13 | 0 | 141 | 17 | 103 | 136 | 54 |
| Binary | 11000001 | 11011000 | 111 | 1011 | 0 | 1100001 | 1111 | 1000011 | 1011110 | 101100 |
Color Harmonies of #C1D807
Complementary color
Monochromatic Colors of #C1D807
Black with #C1D807
Text Example
Text Example
White with #C1D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D807; }
p { color: rgb(193,216,7); }
H1.HeaderClassName
{
color: #C1D807;
}
.AnyTagClassName
{
color: #C1D807;
}
</style>
background-color css
<style>
a { background-color: #C1D807; }
a { background-color: rgb(193,216,7); }
div.DivClassName
{
background-color: #C1D807;
}
.BgClassName
{
background-color: #C1D807;
}
</style>
border-color css
<style>
span { border-color: #C1D807; }
span { border-color: rgb(193,216,7); }
td.TdClassName
{
border-color: #C1D807;
}
.TagClassName
{
border-color: #C1D807;
}
</style>