Shades of Inch Worm #BDF91B
Tints of Inch Worm #BDF91B
RGB
CMYK
RGB Variations
Color information
#BDF91B (or 0xBDF91B) is known color: Inch Worm. HEX triplet: BD, F9 and 1B. RGB value is (189,249,27). Sum of RGB (Red+Green+Blue) = 189+249+27=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF91B is #4206E4. Grayscale: #CECECE. Windows color (decimal): -4327141 or 1833405. OLE color: 1833405.
HSL color Cylindrical-coordinate representation of color #BDF91B: hue angle of 76.22º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDF91B is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 27 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.02 |
| HSL | 76.22º | 0.95% | 0.54% | - |
| HSV(B) | 76.22º | 0.89% | 0.98% | - |
| XYZ | 55.06 | 78.65 | 13.32 | - |
| YUV | 205.75 | 27.12 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 27 | 0.24 | 0 | 0.89 | 0.02 | 76.22 | 0.95 | 0.54 |
| Hex | BD | F9 | 1B | 18 | 0 | 59 | 2 | 4C | 5F | 36 |
| Octal | 275 | 371 | 33 | 30 | 0 | 131 | 2 | 114 | 137 | 66 |
| Binary | 10111101 | 11111001 | 11011 | 11000 | 0 | 1011001 | 10 | 1001100 | 1011111 | 110110 |
Color Harmonies of #BDF91B
Complementary color
Monochromatic Colors of #BDF91B
Black with #BDF91B
Text Example
Text Example
White with #BDF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF91B; }
p { color: rgb(189,249,27); }
H1.HeaderClassName
{
color: #BDF91B;
}
.AnyTagClassName
{
color: #BDF91B;
}
</style>
background-color css
<style>
a { background-color: #BDF91B; }
a { background-color: rgb(189,249,27); }
div.DivClassName
{
background-color: #BDF91B;
}
.BgClassName
{
background-color: #BDF91B;
}
</style>
border-color css
<style>
span { border-color: #BDF91B; }
span { border-color: rgb(189,249,27); }
td.TdClassName
{
border-color: #BDF91B;
}
.TagClassName
{
border-color: #BDF91B;
}
</style>