Shades of Inch Worm #BFEC21
Tints of Inch Worm #BFEC21
RGB
CMYK
RGB Variations
Color information
#BFEC21 (or 0xBFEC21) is known color: Inch Worm. HEX triplet: BF, EC and 21. RGB value is (191,236,33). Sum of RGB (Red+Green+Blue) = 191+236+33=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC21 is #4013DE. Grayscale: #C8C8C8. Windows color (decimal): -4199391 or 2223295. OLE color: 2223295.
HSL color Cylindrical-coordinate representation of color #BFEC21: hue angle of 73.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFEC21 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 33 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.07 |
| HSL | 73.3º | 0.84% | 0.53% | - |
| HSV(B) | 73.3º | 0.86% | 0.93% | - |
| XYZ | 51.76 | 71.18 | 12.45 | - |
| YUV | 199.4 | 34.09 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 33 | 0.19 | 0 | 0.86 | 0.07 | 73.3 | 0.84 | 0.53 |
| Hex | BF | EC | 21 | 13 | 0 | 56 | 7 | 49 | 54 | 35 |
| Octal | 277 | 354 | 41 | 23 | 0 | 126 | 7 | 111 | 124 | 65 |
| Binary | 10111111 | 11101100 | 100001 | 10011 | 0 | 1010110 | 111 | 1001001 | 1010100 | 110101 |
Color Harmonies of #BFEC21
Complementary color
Monochromatic Colors of #BFEC21
Black with #BFEC21
Text Example
Text Example
White with #BFEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC21; }
p { color: rgb(191,236,33); }
H1.HeaderClassName
{
color: #BFEC21;
}
.AnyTagClassName
{
color: #BFEC21;
}
</style>
background-color css
<style>
a { background-color: #BFEC21; }
a { background-color: rgb(191,236,33); }
div.DivClassName
{
background-color: #BFEC21;
}
.BgClassName
{
background-color: #BFEC21;
}
</style>
border-color css
<style>
span { border-color: #BFEC21; }
span { border-color: rgb(191,236,33); }
td.TdClassName
{
border-color: #BFEC21;
}
.TagClassName
{
border-color: #BFEC21;
}
</style>