Shades of Inch Worm #BFEE17
Tints of Inch Worm #BFEE17
RGB
CMYK
RGB Variations
Color information
#BFEE17 (or 0xBFEE17) is known color: Inch Worm. HEX triplet: BF, EE and 17. RGB value is (191,238,23). Sum of RGB (Red+Green+Blue) = 191+238+23=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE17 is #4011E8. Grayscale: #C8C8C8. Windows color (decimal): -4198889 or 1568447. OLE color: 1568447.
HSL color Cylindrical-coordinate representation of color #BFEE17: hue angle of 73.12º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFEE17 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 23 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.07 |
| HSL | 73.12º | 0.86% | 0.51% | - |
| HSV(B) | 73.12º | 0.9% | 0.93% | - |
| XYZ | 52.22 | 72.29 | 12.01 | - |
| YUV | 199.44 | 28.43 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 23 | 0.20 | 0 | 0.90 | 0.07 | 73.12 | 0.86 | 0.51 |
| Hex | BF | EE | 17 | 14 | 0 | 5A | 7 | 49 | 56 | 33 |
| Octal | 277 | 356 | 27 | 24 | 0 | 132 | 7 | 111 | 126 | 63 |
| Binary | 10111111 | 11101110 | 10111 | 10100 | 0 | 1011010 | 111 | 1001001 | 1010110 | 110011 |
Color Harmonies of #BFEE17
Complementary color
Monochromatic Colors of #BFEE17
Black with #BFEE17
Text Example
Text Example
White with #BFEE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE17; }
p { color: rgb(191,238,23); }
H1.HeaderClassName
{
color: #BFEE17;
}
.AnyTagClassName
{
color: #BFEE17;
}
</style>
background-color css
<style>
a { background-color: #BFEE17; }
a { background-color: rgb(191,238,23); }
div.DivClassName
{
background-color: #BFEE17;
}
.BgClassName
{
background-color: #BFEE17;
}
</style>
border-color css
<style>
span { border-color: #BFEE17; }
span { border-color: rgb(191,238,23); }
td.TdClassName
{
border-color: #BFEE17;
}
.TagClassName
{
border-color: #BFEE17;
}
</style>