Shades of Inch Worm #C0D80F
Tints of Inch Worm #C0D80F
RGB
CMYK
RGB Variations
Color information
#C0D80F (or 0xC0D80F) is known color: Inch Worm. HEX triplet: C0, D8 and 0F. RGB value is (192,216,15). Sum of RGB (Red+Green+Blue) = 192+216+15=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D80F is #3F27F0. Grayscale: #BABABA. Windows color (decimal): -4138993 or 1038528. OLE color: 1038528.
HSL color Cylindrical-coordinate representation of color #C0D80F: hue angle of 67.16º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0D80F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.15 |
| HSL | 67.16º | 0.87% | 0.45% | - |
| HSV(B) | 67.16º | 0.93% | 0.85% | - |
| XYZ | 46.38 | 60.35 | 9.66 | - |
| YUV | 185.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 15 | 0.11 | 0 | 0.93 | 0.15 | 67.16 | 0.87 | 0.45 |
| Hex | C0 | D8 | F | B | 0 | 5D | F | 43 | 57 | 2D |
| Octal | 300 | 330 | 17 | 13 | 0 | 135 | 17 | 103 | 127 | 55 |
| Binary | 11000000 | 11011000 | 1111 | 1011 | 0 | 1011101 | 1111 | 1000011 | 1010111 | 101101 |
Color Harmonies of #C0D80F
Complementary color
Monochromatic Colors of #C0D80F
Black with #C0D80F
Text Example
Text Example
White with #C0D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D80F; }
p { color: rgb(192,216,15); }
H1.HeaderClassName
{
color: #C0D80F;
}
.AnyTagClassName
{
color: #C0D80F;
}
</style>
background-color css
<style>
a { background-color: #C0D80F; }
a { background-color: rgb(192,216,15); }
div.DivClassName
{
background-color: #C0D80F;
}
.BgClassName
{
background-color: #C0D80F;
}
</style>
border-color css
<style>
span { border-color: #C0D80F; }
span { border-color: rgb(192,216,15); }
td.TdClassName
{
border-color: #C0D80F;
}
.TagClassName
{
border-color: #C0D80F;
}
</style>