Shades of Inch Worm #BFDF15
Tints of Inch Worm #BFDF15
RGB
CMYK
RGB Variations
Color information
#BFDF15 (or 0xBFDF15) is known color: Inch Worm. HEX triplet: BF, DF and 15. RGB value is (191,223,21). Sum of RGB (Red+Green+Blue) = 191+223+21=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF15 is #4020EA. Grayscale: #BFBFBF. Windows color (decimal): -4202731 or 1433535. OLE color: 1433535.
HSL color Cylindrical-coordinate representation of color #BFDF15: hue angle of 69.5º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFDF15 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 21 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.13 |
| HSL | 69.5º | 0.83% | 0.48% | - |
| HSV(B) | 69.5º | 0.91% | 0.87% | - |
| XYZ | 48.01 | 63.91 | 10.51 | - |
| YUV | 190.4 | 32.4 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 21 | 0.14 | 0 | 0.91 | 0.13 | 69.5 | 0.83 | 0.48 |
| Hex | BF | DF | 15 | E | 0 | 5B | D | 46 | 53 | 30 |
| Octal | 277 | 337 | 25 | 16 | 0 | 133 | 15 | 106 | 123 | 60 |
| Binary | 10111111 | 11011111 | 10101 | 1110 | 0 | 1011011 | 1101 | 1000110 | 1010011 | 110000 |
Color Harmonies of #BFDF15
Complementary color
Monochromatic Colors of #BFDF15
Black with #BFDF15
Text Example
Text Example
White with #BFDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF15; }
p { color: rgb(191,223,21); }
H1.HeaderClassName
{
color: #BFDF15;
}
.AnyTagClassName
{
color: #BFDF15;
}
</style>
background-color css
<style>
a { background-color: #BFDF15; }
a { background-color: rgb(191,223,21); }
div.DivClassName
{
background-color: #BFDF15;
}
.BgClassName
{
background-color: #BFDF15;
}
</style>
border-color css
<style>
span { border-color: #BFDF15; }
span { border-color: rgb(191,223,21); }
td.TdClassName
{
border-color: #BFDF15;
}
.TagClassName
{
border-color: #BFDF15;
}
</style>