Shades of Inch Worm #BFDA05
Tints of Inch Worm #BFDA05
RGB
CMYK
RGB Variations
Color information
#BFDA05 (or 0xBFDA05) is known color: Inch Worm. HEX triplet: BF, DA and 05. RGB value is (191,218,5). Sum of RGB (Red+Green+Blue) = 191+218+5=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA05 is #4025FA. Grayscale: #BABABA. Windows color (decimal): -4204027 or 383679. OLE color: 383679.
HSL color Cylindrical-coordinate representation of color #BFDA05: hue angle of 67.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFDA05 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.15 |
| HSL | 67.61º | 0.96% | 0.44% | - |
| HSV(B) | 67.61º | 0.98% | 0.85% | - |
| XYZ | 46.58 | 61.23 | 9.51 | - |
| YUV | 185.65 | 26.05 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 5 | 0.12 | 0 | 0.98 | 0.15 | 67.61 | 0.96 | 0.44 |
| Hex | BF | DA | 5 | C | 0 | 62 | F | 44 | 60 | 2C |
| Octal | 277 | 332 | 5 | 14 | 0 | 142 | 17 | 104 | 140 | 54 |
| Binary | 10111111 | 11011010 | 101 | 1100 | 0 | 1100010 | 1111 | 1000100 | 1100000 | 101100 |
Color Harmonies of #BFDA05
Complementary color
Monochromatic Colors of #BFDA05
Black with #BFDA05
Text Example
Text Example
White with #BFDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA05; }
p { color: rgb(191,218,5); }
H1.HeaderClassName
{
color: #BFDA05;
}
.AnyTagClassName
{
color: #BFDA05;
}
</style>
background-color css
<style>
a { background-color: #BFDA05; }
a { background-color: rgb(191,218,5); }
div.DivClassName
{
background-color: #BFDA05;
}
.BgClassName
{
background-color: #BFDA05;
}
</style>
border-color css
<style>
span { border-color: #BFDA05; }
span { border-color: rgb(191,218,5); }
td.TdClassName
{
border-color: #BFDA05;
}
.TagClassName
{
border-color: #BFDA05;
}
</style>