Shades of Inch Worm #BFDA15
Tints of Inch Worm #BFDA15
RGB
CMYK
RGB Variations
Color information
#BFDA15 (or 0xBFDA15) is known color: Inch Worm. HEX triplet: BF, DA and 15. RGB value is (191,218,21). Sum of RGB (Red+Green+Blue) = 191+218+21=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA15 is #4025EA. Grayscale: #BCBCBC. Windows color (decimal): -4204011 or 1432255. OLE color: 1432255.
HSL color Cylindrical-coordinate representation of color #BFDA15: hue angle of 68.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFDA15 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 68.22º | 0.82% | 0.47% | - |
| HSV(B) | 68.22º | 0.9% | 0.85% | - |
| XYZ | 46.69 | 61.27 | 10.08 | - |
| YUV | 187.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 21 | 0.12 | 0 | 0.90 | 0.15 | 68.22 | 0.82 | 0.47 |
| Hex | BF | DA | 15 | C | 0 | 5A | F | 44 | 52 | 2F |
| Octal | 277 | 332 | 25 | 14 | 0 | 132 | 17 | 104 | 122 | 57 |
| Binary | 10111111 | 11011010 | 10101 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101111 |
Color Harmonies of #BFDA15
Complementary color
Monochromatic Colors of #BFDA15
Black with #BFDA15
Text Example
Text Example
White with #BFDA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA15; }
p { color: rgb(191,218,21); }
H1.HeaderClassName
{
color: #BFDA15;
}
.AnyTagClassName
{
color: #BFDA15;
}
</style>
background-color css
<style>
a { background-color: #BFDA15; }
a { background-color: rgb(191,218,21); }
div.DivClassName
{
background-color: #BFDA15;
}
.BgClassName
{
background-color: #BFDA15;
}
</style>
border-color css
<style>
span { border-color: #BFDA15; }
span { border-color: rgb(191,218,21); }
td.TdClassName
{
border-color: #BFDA15;
}
.TagClassName
{
border-color: #BFDA15;
}
</style>