Shades of Inch Worm #BDF311
Tints of Inch Worm #BDF311
RGB
CMYK
RGB Variations
Color information
#BDF311 (or 0xBDF311) is known color: Inch Worm. HEX triplet: BD, F3 and 11. RGB value is (189,243,17). Sum of RGB (Red+Green+Blue) = 189+243+17=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF311 is #420CEE. Grayscale: #C9C9C9. Windows color (decimal): -4328687 or 1176509. OLE color: 1176509.
HSL color Cylindrical-coordinate representation of color #BDF311: hue angle of 74.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF311 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.05 |
| HSL | 74.34º | 0.9% | 0.51% | - |
| HSV(B) | 74.34º | 0.93% | 0.95% | - |
| XYZ | 53.14 | 74.96 | 12.2 | - |
| YUV | 201.09 | 24.11 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 17 | 0.22 | 0 | 0.93 | 0.05 | 74.34 | 0.9 | 0.51 |
| Hex | BD | F3 | 11 | 16 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 275 | 363 | 21 | 26 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111101 | 11110011 | 10001 | 10110 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BDF311
Complementary color
Monochromatic Colors of #BDF311
Black with #BDF311
Text Example
Text Example
White with #BDF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF311; }
p { color: rgb(189,243,17); }
H1.HeaderClassName
{
color: #BDF311;
}
.AnyTagClassName
{
color: #BDF311;
}
</style>
background-color css
<style>
a { background-color: #BDF311; }
a { background-color: rgb(189,243,17); }
div.DivClassName
{
background-color: #BDF311;
}
.BgClassName
{
background-color: #BDF311;
}
</style>
border-color css
<style>
span { border-color: #BDF311; }
span { border-color: rgb(189,243,17); }
td.TdClassName
{
border-color: #BDF311;
}
.TagClassName
{
border-color: #BDF311;
}
</style>