Shades of Inch Worm #C0F51B
Tints of Inch Worm #C0F51B
RGB
CMYK
RGB Variations
Color information
#C0F51B (or 0xC0F51B) is known color: Inch Worm. HEX triplet: C0, F5 and 1B. RGB value is (192,245,27). Sum of RGB (Red+Green+Blue) = 192+245+27=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F51B is #3F0AE4. Grayscale: #CDCDCD. Windows color (decimal): -4131557 or 1832384. OLE color: 1832384.
HSL color Cylindrical-coordinate representation of color #C0F51B: hue angle of 74.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0F51B is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 27 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.04 |
| HSL | 74.59º | 0.92% | 0.53% | - |
| HSV(B) | 74.59º | 0.89% | 0.96% | - |
| XYZ | 54.59 | 76.59 | 12.94 | - |
| YUV | 204.3 | 27.94 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 27 | 0.22 | 0 | 0.89 | 0.04 | 74.59 | 0.92 | 0.53 |
| Hex | C0 | F5 | 1B | 16 | 0 | 59 | 4 | 4B | 5C | 35 |
| Octal | 300 | 365 | 33 | 26 | 0 | 131 | 4 | 113 | 134 | 65 |
| Binary | 11000000 | 11110101 | 11011 | 10110 | 0 | 1011001 | 100 | 1001011 | 1011100 | 110101 |
Color Harmonies of #C0F51B
Complementary color
Monochromatic Colors of #C0F51B
Black with #C0F51B
Text Example
Text Example
White with #C0F51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F51B; }
p { color: rgb(192,245,27); }
H1.HeaderClassName
{
color: #C0F51B;
}
.AnyTagClassName
{
color: #C0F51B;
}
</style>
background-color css
<style>
a { background-color: #C0F51B; }
a { background-color: rgb(192,245,27); }
div.DivClassName
{
background-color: #C0F51B;
}
.BgClassName
{
background-color: #C0F51B;
}
</style>
border-color css
<style>
span { border-color: #C0F51B; }
span { border-color: rgb(192,245,27); }
td.TdClassName
{
border-color: #C0F51B;
}
.TagClassName
{
border-color: #C0F51B;
}
</style>