Shades of Inch Worm #BFDA03
Tints of Inch Worm #BFDA03
RGB
CMYK
RGB Variations
Color information
#BFDA03 (or 0xBFDA03) is known color: Inch Worm. HEX triplet: BF, DA and 03. RGB value is (191,218,3). Sum of RGB (Red+Green+Blue) = 191+218+3=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA03 is #4025FC. Grayscale: #BABABA. Windows color (decimal): -4204029 or 252607. OLE color: 252607.
HSL color Cylindrical-coordinate representation of color #BFDA03: hue angle of 67.53º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFDA03 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.15 |
| HSL | 67.53º | 0.97% | 0.43% | - |
| HSV(B) | 67.53º | 0.99% | 0.85% | - |
| XYZ | 46.57 | 61.23 | 9.45 | - |
| YUV | 185.42 | 25.05 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 3 | 0.12 | 0 | 0.99 | 0.15 | 67.53 | 0.97 | 0.43 |
| Hex | BF | DA | 3 | C | 0 | 63 | F | 44 | 61 | 2B |
| Octal | 277 | 332 | 3 | 14 | 0 | 143 | 17 | 104 | 141 | 53 |
| Binary | 10111111 | 11011010 | 11 | 1100 | 0 | 1100011 | 1111 | 1000100 | 1100001 | 101011 |
Color Harmonies of #BFDA03
Complementary color
Monochromatic Colors of #BFDA03
Black with #BFDA03
Text Example
Text Example
White with #BFDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA03; }
p { color: rgb(191,218,3); }
H1.HeaderClassName
{
color: #BFDA03;
}
.AnyTagClassName
{
color: #BFDA03;
}
</style>
background-color css
<style>
a { background-color: #BFDA03; }
a { background-color: rgb(191,218,3); }
div.DivClassName
{
background-color: #BFDA03;
}
.BgClassName
{
background-color: #BFDA03;
}
</style>
border-color css
<style>
span { border-color: #BFDA03; }
span { border-color: rgb(191,218,3); }
td.TdClassName
{
border-color: #BFDA03;
}
.TagClassName
{
border-color: #BFDA03;
}
</style>