Shades of Inch Worm #C7E50B
Tints of Inch Worm #C7E50B
RGB
CMYK
RGB Variations
Color information
#C7E50B (or 0xC7E50B) is known color: Inch Worm. HEX triplet: C7, E5 and 0B. RGB value is (199,229,11). Sum of RGB (Red+Green+Blue) = 199+229+11=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E50B is #381AF4. Grayscale: #C4C4C4. Windows color (decimal): -3676917 or 779719. OLE color: 779719.
HSL color Cylindrical-coordinate representation of color #C7E50B: hue angle of 68.26º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7E50B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.10 |
| HSL | 68.26º | 0.91% | 0.47% | - |
| HSV(B) | 68.26º | 0.95% | 0.9% | - |
| XYZ | 51.63 | 68.2 | 10.76 | - |
| YUV | 195.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 11 | 0.13 | 0 | 0.95 | 0.10 | 68.26 | 0.91 | 0.47 |
| Hex | C7 | E5 | B | D | 0 | 5F | A | 44 | 5B | 2F |
| Octal | 307 | 345 | 13 | 15 | 0 | 137 | 12 | 104 | 133 | 57 |
| Binary | 11000111 | 11100101 | 1011 | 1101 | 0 | 1011111 | 1010 | 1000100 | 1011011 | 101111 |
Color Harmonies of #C7E50B
Complementary color
Monochromatic Colors of #C7E50B
Black with #C7E50B
Text Example
Text Example
White with #C7E50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E50B; }
p { color: rgb(199,229,11); }
H1.HeaderClassName
{
color: #C7E50B;
}
.AnyTagClassName
{
color: #C7E50B;
}
</style>
background-color css
<style>
a { background-color: #C7E50B; }
a { background-color: rgb(199,229,11); }
div.DivClassName
{
background-color: #C7E50B;
}
.BgClassName
{
background-color: #C7E50B;
}
</style>
border-color css
<style>
span { border-color: #C7E50B; }
span { border-color: rgb(199,229,11); }
td.TdClassName
{
border-color: #C7E50B;
}
.TagClassName
{
border-color: #C7E50B;
}
</style>