Shades of Inch Worm #BFDD15
Tints of Inch Worm #BFDD15
RGB
CMYK
RGB Variations
Color information
#BFDD15 (or 0xBFDD15) is known color: Inch Worm. HEX triplet: BF, DD and 15. RGB value is (191,221,21). Sum of RGB (Red+Green+Blue) = 191+221+21=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD15 is #4022EA. Grayscale: #BEBEBE. Windows color (decimal): -4203243 or 1433023. OLE color: 1433023.
HSL color Cylindrical-coordinate representation of color #BFDD15: hue angle of 69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFDD15 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.13 |
| HSL | 69º | 0.83% | 0.47% | - |
| HSV(B) | 69º | 0.9% | 0.87% | - |
| XYZ | 47.48 | 62.84 | 10.34 | - |
| YUV | 189.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 21 | 0.14 | 0 | 0.90 | 0.13 | 69 | 0.83 | 0.47 |
| Hex | BF | DD | 15 | E | 0 | 5A | D | 45 | 53 | 2F |
| Octal | 277 | 335 | 25 | 16 | 0 | 132 | 15 | 105 | 123 | 57 |
| Binary | 10111111 | 11011101 | 10101 | 1110 | 0 | 1011010 | 1101 | 1000101 | 1010011 | 101111 |
Color Harmonies of #BFDD15
Complementary color
Monochromatic Colors of #BFDD15
Black with #BFDD15
Text Example
Text Example
White with #BFDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD15; }
p { color: rgb(191,221,21); }
H1.HeaderClassName
{
color: #BFDD15;
}
.AnyTagClassName
{
color: #BFDD15;
}
</style>
background-color css
<style>
a { background-color: #BFDD15; }
a { background-color: rgb(191,221,21); }
div.DivClassName
{
background-color: #BFDD15;
}
.BgClassName
{
background-color: #BFDD15;
}
</style>
border-color css
<style>
span { border-color: #BFDD15; }
span { border-color: rgb(191,221,21); }
td.TdClassName
{
border-color: #BFDD15;
}
.TagClassName
{
border-color: #BFDD15;
}
</style>