Shades of Inch Worm #BFDA08
Tints of Inch Worm #BFDA08
RGB
CMYK
RGB Variations
Color information
#BFDA08 (or 0xBFDA08) is known color: Inch Worm. HEX triplet: BF, DA and 08. RGB value is (191,218,8). Sum of RGB (Red+Green+Blue) = 191+218+8=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA08 is #4025F7. Grayscale: #BABABA. Windows color (decimal): -4204024 or 580287. OLE color: 580287.
HSL color Cylindrical-coordinate representation of color #BFDA08: hue angle of 67.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFDA08 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 8 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.15 |
| HSL | 67.71º | 0.93% | 0.44% | - |
| HSV(B) | 67.71º | 0.96% | 0.85% | - |
| XYZ | 46.6 | 61.24 | 9.59 | - |
| YUV | 185.99 | 27.55 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 8 | 0.12 | 0 | 0.96 | 0.15 | 67.71 | 0.93 | 0.44 |
| Hex | BF | DA | 8 | C | 0 | 60 | F | 44 | 5D | 2C |
| Octal | 277 | 332 | 10 | 14 | 0 | 140 | 17 | 104 | 135 | 54 |
| Binary | 10111111 | 11011010 | 1000 | 1100 | 0 | 1100000 | 1111 | 1000100 | 1011101 | 101100 |
Color Harmonies of #BFDA08
Complementary color
Monochromatic Colors of #BFDA08
Black with #BFDA08
Text Example
Text Example
White with #BFDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA08; }
p { color: rgb(191,218,8); }
H1.HeaderClassName
{
color: #BFDA08;
}
.AnyTagClassName
{
color: #BFDA08;
}
</style>
background-color css
<style>
a { background-color: #BFDA08; }
a { background-color: rgb(191,218,8); }
div.DivClassName
{
background-color: #BFDA08;
}
.BgClassName
{
background-color: #BFDA08;
}
</style>
border-color css
<style>
span { border-color: #BFDA08; }
span { border-color: rgb(191,218,8); }
td.TdClassName
{
border-color: #BFDA08;
}
.TagClassName
{
border-color: #BFDA08;
}
</style>