Shades of Inch Worm #BCF117
Tints of Inch Worm #BCF117
RGB
CMYK
RGB Variations
Color information
#BCF117 (or 0xBCF117) is known color: Inch Worm. HEX triplet: BC, F1 and 17. RGB value is (188,241,23). Sum of RGB (Red+Green+Blue) = 188+241+23=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF117 is #430EE8. Grayscale: #C9C9C9. Windows color (decimal): -4394729 or 1569212. OLE color: 1569212.
HSL color Cylindrical-coordinate representation of color #BCF117: hue angle of 74.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF117 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 23 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.05 |
| HSL | 74.59º | 0.89% | 0.52% | - |
| HSV(B) | 74.59º | 0.9% | 0.95% | - |
| XYZ | 52.35 | 73.66 | 12.27 | - |
| YUV | 200.3 | 27.94 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 23 | 0.22 | 0 | 0.90 | 0.05 | 74.59 | 0.89 | 0.52 |
| Hex | BC | F1 | 17 | 16 | 0 | 5A | 5 | 4B | 59 | 34 |
| Octal | 274 | 361 | 27 | 26 | 0 | 132 | 5 | 113 | 131 | 64 |
| Binary | 10111100 | 11110001 | 10111 | 10110 | 0 | 1011010 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BCF117
Complementary color
Monochromatic Colors of #BCF117
Black with #BCF117
Text Example
Text Example
White with #BCF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF117; }
p { color: rgb(188,241,23); }
H1.HeaderClassName
{
color: #BCF117;
}
.AnyTagClassName
{
color: #BCF117;
}
</style>
background-color css
<style>
a { background-color: #BCF117; }
a { background-color: rgb(188,241,23); }
div.DivClassName
{
background-color: #BCF117;
}
.BgClassName
{
background-color: #BCF117;
}
</style>
border-color css
<style>
span { border-color: #BCF117; }
span { border-color: rgb(188,241,23); }
td.TdClassName
{
border-color: #BCF117;
}
.TagClassName
{
border-color: #BCF117;
}
</style>