Shades of Inch Worm #C8F21B
Tints of Inch Worm #C8F21B
RGB
CMYK
RGB Variations
Color information
#C8F21B (or 0xC8F21B) is known color: Inch Worm. HEX triplet: C8, F2 and 1B. RGB value is (200,242,27). Sum of RGB (Red+Green+Blue) = 200+242+27=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F21B is #370DE4. Grayscale: #CDCDCD. Windows color (decimal): -3608037 or 1831624. OLE color: 1831624.
HSL color Cylindrical-coordinate representation of color #C8F21B: hue angle of 71.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8F21B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.05 |
| HSL | 71.72º | 0.89% | 0.53% | - |
| HSV(B) | 71.72º | 0.89% | 0.95% | - |
| XYZ | 55.77 | 75.86 | 12.74 | - |
| YUV | 204.93 | 27.59 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 27 | 0.17 | 0 | 0.89 | 0.05 | 71.72 | 0.89 | 0.53 |
| Hex | C8 | F2 | 1B | 11 | 0 | 59 | 5 | 48 | 59 | 35 |
| Octal | 310 | 362 | 33 | 21 | 0 | 131 | 5 | 110 | 131 | 65 |
| Binary | 11001000 | 11110010 | 11011 | 10001 | 0 | 1011001 | 101 | 1001000 | 1011001 | 110101 |
Color Harmonies of #C8F21B
Complementary color
Monochromatic Colors of #C8F21B
Black with #C8F21B
Text Example
Text Example
White with #C8F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F21B; }
p { color: rgb(200,242,27); }
H1.HeaderClassName
{
color: #C8F21B;
}
.AnyTagClassName
{
color: #C8F21B;
}
</style>
background-color css
<style>
a { background-color: #C8F21B; }
a { background-color: rgb(200,242,27); }
div.DivClassName
{
background-color: #C8F21B;
}
.BgClassName
{
background-color: #C8F21B;
}
</style>
border-color css
<style>
span { border-color: #C8F21B; }
span { border-color: rgb(200,242,27); }
td.TdClassName
{
border-color: #C8F21B;
}
.TagClassName
{
border-color: #C8F21B;
}
</style>