Shades of Inch Worm #C6F31B
Tints of Inch Worm #C6F31B
RGB
CMYK
RGB Variations
Color information
#C6F31B (or 0xC6F31B) is known color: Inch Worm. HEX triplet: C6, F3 and 1B. RGB value is (198,243,27). Sum of RGB (Red+Green+Blue) = 198+243+27=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F31B is #390CE4. Grayscale: #CDCDCD. Windows color (decimal): -3738853 or 1831878. OLE color: 1831878.
HSL color Cylindrical-coordinate representation of color #C6F31B: hue angle of 72.5º degrees, saturation: 0.9, 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 #C6F31B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 27 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.05 |
| HSL | 72.5º | 0.9% | 0.53% | - |
| HSV(B) | 72.5º | 0.89% | 0.95% | - |
| XYZ | 55.54 | 76.19 | 12.82 | - |
| YUV | 204.92 | 27.59 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 27 | 0.19 | 0 | 0.89 | 0.05 | 72.5 | 0.9 | 0.53 |
| Hex | C6 | F3 | 1B | 13 | 0 | 59 | 5 | 48 | 5A | 35 |
| Octal | 306 | 363 | 33 | 23 | 0 | 131 | 5 | 110 | 132 | 65 |
| Binary | 11000110 | 11110011 | 11011 | 10011 | 0 | 1011001 | 101 | 1001000 | 1011010 | 110101 |
Color Harmonies of #C6F31B
Complementary color
Monochromatic Colors of #C6F31B
Black with #C6F31B
Text Example
Text Example
White with #C6F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F31B; }
p { color: rgb(198,243,27); }
H1.HeaderClassName
{
color: #C6F31B;
}
.AnyTagClassName
{
color: #C6F31B;
}
</style>
background-color css
<style>
a { background-color: #C6F31B; }
a { background-color: rgb(198,243,27); }
div.DivClassName
{
background-color: #C6F31B;
}
.BgClassName
{
background-color: #C6F31B;
}
</style>
border-color css
<style>
span { border-color: #C6F31B; }
span { border-color: rgb(198,243,27); }
td.TdClassName
{
border-color: #C6F31B;
}
.TagClassName
{
border-color: #C6F31B;
}
</style>