Shades of Inch Worm #BFDD05
Tints of Inch Worm #BFDD05
RGB
CMYK
RGB Variations
Color information
#BFDD05 (or 0xBFDD05) is known color: Inch Worm. HEX triplet: BF, DD and 05. RGB value is (191,221,5). Sum of RGB (Red+Green+Blue) = 191+221+5=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD05 is #4022FA. Grayscale: #BCBCBC. Windows color (decimal): -4203259 or 384447. OLE color: 384447.
HSL color Cylindrical-coordinate representation of color #BFDD05: hue angle of 68.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFDD05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.13 |
| HSL | 68.33º | 0.96% | 0.44% | - |
| HSV(B) | 68.33º | 0.98% | 0.87% | - |
| XYZ | 47.37 | 62.8 | 9.77 | - |
| YUV | 187.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 5 | 0.14 | 0 | 0.98 | 0.13 | 68.33 | 0.96 | 0.44 |
| Hex | BF | DD | 5 | E | 0 | 62 | D | 44 | 60 | 2C |
| Octal | 277 | 335 | 5 | 16 | 0 | 142 | 15 | 104 | 140 | 54 |
| Binary | 10111111 | 11011101 | 101 | 1110 | 0 | 1100010 | 1101 | 1000100 | 1100000 | 101100 |
Color Harmonies of #BFDD05
Complementary color
Monochromatic Colors of #BFDD05
Black with #BFDD05
Text Example
Text Example
White with #BFDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD05; }
p { color: rgb(191,221,5); }
H1.HeaderClassName
{
color: #BFDD05;
}
.AnyTagClassName
{
color: #BFDD05;
}
</style>
background-color css
<style>
a { background-color: #BFDD05; }
a { background-color: rgb(191,221,5); }
div.DivClassName
{
background-color: #BFDD05;
}
.BgClassName
{
background-color: #BFDD05;
}
</style>
border-color css
<style>
span { border-color: #BFDD05; }
span { border-color: rgb(191,221,5); }
td.TdClassName
{
border-color: #BFDD05;
}
.TagClassName
{
border-color: #BFDD05;
}
</style>