Shades of Inch Worm #BDF310
Tints of Inch Worm #BDF310
RGB
CMYK
RGB Variations
Color information
#BDF310 (or 0xBDF310) is known color: Inch Worm. HEX triplet: BD, F3 and 10. RGB value is (189,243,16). Sum of RGB (Red+Green+Blue) = 189+243+16=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF310 is #420CEF. Grayscale: #C9C9C9. Windows color (decimal): -4328688 or 1110973. OLE color: 1110973.
HSL color Cylindrical-coordinate representation of color #BDF310: hue angle of 74.27º 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 #BDF310 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.05 |
| HSL | 74.27º | 0.9% | 0.51% | - |
| HSV(B) | 74.27º | 0.93% | 0.95% | - |
| XYZ | 53.13 | 74.96 | 12.16 | - |
| YUV | 200.98 | 23.61 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 16 | 0.22 | 0 | 0.93 | 0.05 | 74.27 | 0.9 | 0.51 |
| Hex | BD | F3 | 10 | 16 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 275 | 363 | 20 | 26 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111101 | 11110011 | 10000 | 10110 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BDF310
Complementary color
Monochromatic Colors of #BDF310
Black with #BDF310
Text Example
Text Example
White with #BDF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF310; }
p { color: rgb(189,243,16); }
H1.HeaderClassName
{
color: #BDF310;
}
.AnyTagClassName
{
color: #BDF310;
}
</style>
background-color css
<style>
a { background-color: #BDF310; }
a { background-color: rgb(189,243,16); }
div.DivClassName
{
background-color: #BDF310;
}
.BgClassName
{
background-color: #BDF310;
}
</style>
border-color css
<style>
span { border-color: #BDF310; }
span { border-color: rgb(189,243,16); }
td.TdClassName
{
border-color: #BDF310;
}
.TagClassName
{
border-color: #BDF310;
}
</style>