Shades of Inch Worm #BFEA21
Tints of Inch Worm #BFEA21
RGB
CMYK
RGB Variations
Color information
#BFEA21 (or 0xBFEA21) is known color: Inch Worm. HEX triplet: BF, EA and 21. RGB value is (191,234,33). Sum of RGB (Red+Green+Blue) = 191+234+33=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA21 is #4015DE. Grayscale: #C6C6C6. Windows color (decimal): -4199903 or 2222783. OLE color: 2222783.
HSL color Cylindrical-coordinate representation of color #BFEA21: hue angle of 72.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFEA21 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 33 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.08 |
| HSL | 72.84º | 0.83% | 0.52% | - |
| HSV(B) | 72.84º | 0.86% | 0.92% | - |
| XYZ | 51.18 | 70.03 | 12.26 | - |
| YUV | 198.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 33 | 0.18 | 0 | 0.86 | 0.08 | 72.84 | 0.83 | 0.52 |
| Hex | BF | EA | 21 | 12 | 0 | 56 | 8 | 49 | 53 | 34 |
| Octal | 277 | 352 | 41 | 22 | 0 | 126 | 10 | 111 | 123 | 64 |
| Binary | 10111111 | 11101010 | 100001 | 10010 | 0 | 1010110 | 1000 | 1001001 | 1010011 | 110100 |
Color Harmonies of #BFEA21
Complementary color
Monochromatic Colors of #BFEA21
Black with #BFEA21
Text Example
Text Example
White with #BFEA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA21; }
p { color: rgb(191,234,33); }
H1.HeaderClassName
{
color: #BFEA21;
}
.AnyTagClassName
{
color: #BFEA21;
}
</style>
background-color css
<style>
a { background-color: #BFEA21; }
a { background-color: rgb(191,234,33); }
div.DivClassName
{
background-color: #BFEA21;
}
.BgClassName
{
background-color: #BFEA21;
}
</style>
border-color css
<style>
span { border-color: #BFEA21; }
span { border-color: rgb(191,234,33); }
td.TdClassName
{
border-color: #BFEA21;
}
.TagClassName
{
border-color: #BFEA21;
}
</style>