Shades of Inch Worm #BFD802
Tints of Inch Worm #BFD802
RGB
CMYK
RGB Variations
Color information
#BFD802 (or 0xBFD802) is known color: Inch Worm. HEX triplet: BF, D8 and 02. RGB value is (191,216,2). Sum of RGB (Red+Green+Blue) = 191+216+2=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD802 is #4027FD. Grayscale: #B8B8B8. Windows color (decimal): -4204542 or 186559. OLE color: 186559.
HSL color Cylindrical-coordinate representation of color #BFD802: hue angle of 67.01º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFD802 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.15 |
| HSL | 67.01º | 0.98% | 0.43% | - |
| HSV(B) | 67.01º | 0.99% | 0.85% | - |
| XYZ | 46.05 | 60.19 | 9.25 | - |
| YUV | 184.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 2 | 0.12 | 0 | 0.99 | 0.15 | 67.01 | 0.98 | 0.43 |
| Hex | BF | D8 | 2 | C | 0 | 63 | F | 43 | 62 | 2B |
| Octal | 277 | 330 | 2 | 14 | 0 | 143 | 17 | 103 | 142 | 53 |
| Binary | 10111111 | 11011000 | 10 | 1100 | 0 | 1100011 | 1111 | 1000011 | 1100010 | 101011 |
Color Harmonies of #BFD802
Complementary color
Monochromatic Colors of #BFD802
Black with #BFD802
Text Example
Text Example
White with #BFD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD802; }
p { color: rgb(191,216,2); }
H1.HeaderClassName
{
color: #BFD802;
}
.AnyTagClassName
{
color: #BFD802;
}
</style>
background-color css
<style>
a { background-color: #BFD802; }
a { background-color: rgb(191,216,2); }
div.DivClassName
{
background-color: #BFD802;
}
.BgClassName
{
background-color: #BFD802;
}
</style>
border-color css
<style>
span { border-color: #BFD802; }
span { border-color: rgb(191,216,2); }
td.TdClassName
{
border-color: #BFD802;
}
.TagClassName
{
border-color: #BFD802;
}
</style>