Shades of Inch Worm #BFDF1A
Tints of Inch Worm #BFDF1A
RGB
CMYK
RGB Variations
Color information
#BFDF1A (or 0xBFDF1A) is known color: Inch Worm. HEX triplet: BF, DF and 1A. RGB value is (191,223,26). Sum of RGB (Red+Green+Blue) = 191+223+26=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF1A is #4020E5. Grayscale: #BFBFBF. Windows color (decimal): -4202726 or 1761215. OLE color: 1761215.
HSL color Cylindrical-coordinate representation of color #BFDF1A: hue angle of 69.75º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFDF1A is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 26 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.13 |
| HSL | 69.75º | 0.79% | 0.49% | - |
| HSV(B) | 69.75º | 0.88% | 0.87% | - |
| XYZ | 48.06 | 63.93 | 10.78 | - |
| YUV | 190.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 26 | 0.14 | 0 | 0.88 | 0.13 | 69.75 | 0.79 | 0.49 |
| Hex | BF | DF | 1A | E | 0 | 58 | D | 46 | 4F | 31 |
| Octal | 277 | 337 | 32 | 16 | 0 | 130 | 15 | 106 | 117 | 61 |
| Binary | 10111111 | 11011111 | 11010 | 1110 | 0 | 1011000 | 1101 | 1000110 | 1001111 | 110001 |
Color Harmonies of #BFDF1A
Complementary color
Monochromatic Colors of #BFDF1A
Black with #BFDF1A
Text Example
Text Example
White with #BFDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF1A; }
p { color: rgb(191,223,26); }
H1.HeaderClassName
{
color: #BFDF1A;
}
.AnyTagClassName
{
color: #BFDF1A;
}
</style>
background-color css
<style>
a { background-color: #BFDF1A; }
a { background-color: rgb(191,223,26); }
div.DivClassName
{
background-color: #BFDF1A;
}
.BgClassName
{
background-color: #BFDF1A;
}
</style>
border-color css
<style>
span { border-color: #BFDF1A; }
span { border-color: rgb(191,223,26); }
td.TdClassName
{
border-color: #BFDF1A;
}
.TagClassName
{
border-color: #BFDF1A;
}
</style>