Shades of Inch Worm #BFE502
Tints of Inch Worm #BFE502
RGB
CMYK
RGB Variations
Color information
#BFE502 (or 0xBFE502) is known color: Inch Worm. HEX triplet: BF, E5 and 02. RGB value is (191,229,2). Sum of RGB (Red+Green+Blue) = 191+229+2=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE502 is #401AFD. Grayscale: #C0C0C0. Windows color (decimal): -4201214 or 189887. OLE color: 189887.
HSL color Cylindrical-coordinate representation of color #BFE502: hue angle of 70.04º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFE502 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.10 |
| HSL | 70.04º | 0.98% | 0.45% | - |
| HSV(B) | 70.04º | 0.99% | 0.9% | - |
| XYZ | 49.52 | 67.12 | 10.4 | - |
| YUV | 191.76 | 20.91 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 2 | 0.17 | 0 | 0.99 | 0.10 | 70.04 | 0.98 | 0.45 |
| Hex | BF | E5 | 2 | 11 | 0 | 63 | A | 46 | 62 | 2D |
| Octal | 277 | 345 | 2 | 21 | 0 | 143 | 12 | 106 | 142 | 55 |
| Binary | 10111111 | 11100101 | 10 | 10001 | 0 | 1100011 | 1010 | 1000110 | 1100010 | 101101 |
Color Harmonies of #BFE502
Complementary color
Monochromatic Colors of #BFE502
Black with #BFE502
Text Example
Text Example
White with #BFE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE502; }
p { color: rgb(191,229,2); }
H1.HeaderClassName
{
color: #BFE502;
}
.AnyTagClassName
{
color: #BFE502;
}
</style>
background-color css
<style>
a { background-color: #BFE502; }
a { background-color: rgb(191,229,2); }
div.DivClassName
{
background-color: #BFE502;
}
.BgClassName
{
background-color: #BFE502;
}
</style>
border-color css
<style>
span { border-color: #BFE502; }
span { border-color: rgb(191,229,2); }
td.TdClassName
{
border-color: #BFE502;
}
.TagClassName
{
border-color: #BFE502;
}
</style>