Shades of Inch Worm #BFDE05
Tints of Inch Worm #BFDE05
RGB
CMYK
RGB Variations
Color information
#BFDE05 (or 0xBFDE05) is known color: Inch Worm. HEX triplet: BF, DE and 05. RGB value is (191,222,5). Sum of RGB (Red+Green+Blue) = 191+222+5=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDE05 is #4021FA. Grayscale: #BCBCBC. Windows color (decimal): -4203003 or 384703. OLE color: 384703.
HSL color Cylindrical-coordinate representation of color #BFDE05: hue angle of 68.57º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFDE05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.13 |
| HSL | 68.57º | 0.96% | 0.45% | - |
| HSV(B) | 68.57º | 0.98% | 0.87% | - |
| XYZ | 47.63 | 63.33 | 9.86 | - |
| YUV | 187.99 | 24.73 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 5 | 0.14 | 0 | 0.98 | 0.13 | 68.57 | 0.96 | 0.45 |
| Hex | BF | DE | 5 | E | 0 | 62 | D | 45 | 60 | 2D |
| Octal | 277 | 336 | 5 | 16 | 0 | 142 | 15 | 105 | 140 | 55 |
| Binary | 10111111 | 11011110 | 101 | 1110 | 0 | 1100010 | 1101 | 1000101 | 1100000 | 101101 |
Color Harmonies of #BFDE05
Complementary color
Monochromatic Colors of #BFDE05
Black with #BFDE05
Text Example
Text Example
White with #BFDE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE05; }
p { color: rgb(191,222,5); }
H1.HeaderClassName
{
color: #BFDE05;
}
.AnyTagClassName
{
color: #BFDE05;
}
</style>
background-color css
<style>
a { background-color: #BFDE05; }
a { background-color: rgb(191,222,5); }
div.DivClassName
{
background-color: #BFDE05;
}
.BgClassName
{
background-color: #BFDE05;
}
</style>
border-color css
<style>
span { border-color: #BFDE05; }
span { border-color: rgb(191,222,5); }
td.TdClassName
{
border-color: #BFDE05;
}
.TagClassName
{
border-color: #BFDE05;
}
</style>