Shades of Inch Worm #C5F31B
Tints of Inch Worm #C5F31B
RGB
CMYK
RGB Variations
Color information
#C5F31B (or 0xC5F31B) is known color: Inch Worm. HEX triplet: C5, F3 and 1B. RGB value is (197,243,27). Sum of RGB (Red+Green+Blue) = 197+243+27=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F31B is #3A0CE4. Grayscale: #CDCDCD. Windows color (decimal): -3804389 or 1831877. OLE color: 1831877.
HSL color Cylindrical-coordinate representation of color #C5F31B: hue angle of 72.78º 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 #C5F31B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 27 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.05 |
| HSL | 72.78º | 0.9% | 0.53% | - |
| HSV(B) | 72.78º | 0.89% | 0.95% | - |
| XYZ | 55.27 | 76.05 | 12.8 | - |
| YUV | 204.62 | 27.76 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 27 | 0.19 | 0 | 0.89 | 0.05 | 72.78 | 0.9 | 0.53 |
| Hex | C5 | F3 | 1B | 13 | 0 | 59 | 5 | 49 | 5A | 35 |
| Octal | 305 | 363 | 33 | 23 | 0 | 131 | 5 | 111 | 132 | 65 |
| Binary | 11000101 | 11110011 | 11011 | 10011 | 0 | 1011001 | 101 | 1001001 | 1011010 | 110101 |
Color Harmonies of #C5F31B
Complementary color
Monochromatic Colors of #C5F31B
Black with #C5F31B
Text Example
Text Example
White with #C5F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F31B; }
p { color: rgb(197,243,27); }
H1.HeaderClassName
{
color: #C5F31B;
}
.AnyTagClassName
{
color: #C5F31B;
}
</style>
background-color css
<style>
a { background-color: #C5F31B; }
a { background-color: rgb(197,243,27); }
div.DivClassName
{
background-color: #C5F31B;
}
.BgClassName
{
background-color: #C5F31B;
}
</style>
border-color css
<style>
span { border-color: #C5F31B; }
span { border-color: rgb(197,243,27); }
td.TdClassName
{
border-color: #C5F31B;
}
.TagClassName
{
border-color: #C5F31B;
}
</style>