Shades of Inch Worm #BDF416
Tints of Inch Worm #BDF416
RGB
CMYK
RGB Variations
Color information
#BDF416 (or 0xBDF416) is known color: Inch Worm. HEX triplet: BD, F4 and 16. RGB value is (189,244,22). Sum of RGB (Red+Green+Blue) = 189+244+22=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF416 is #420BE9. Grayscale: #CBCBCB. Windows color (decimal): -4328426 or 1504445. OLE color: 1504445.
HSL color Cylindrical-coordinate representation of color #BDF416: hue angle of 74.86º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF416 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 22 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.04 |
| HSL | 74.86º | 0.91% | 0.52% | - |
| HSV(B) | 74.86º | 0.91% | 0.96% | - |
| XYZ | 53.48 | 75.58 | 12.53 | - |
| YUV | 202.25 | 26.28 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 22 | 0.23 | 0 | 0.91 | 0.04 | 74.86 | 0.91 | 0.52 |
| Hex | BD | F4 | 16 | 17 | 0 | 5B | 4 | 4B | 5B | 34 |
| Octal | 275 | 364 | 26 | 27 | 0 | 133 | 4 | 113 | 133 | 64 |
| Binary | 10111101 | 11110100 | 10110 | 10111 | 0 | 1011011 | 100 | 1001011 | 1011011 | 110100 |
Color Harmonies of #BDF416
Complementary color
Monochromatic Colors of #BDF416
Black with #BDF416
Text Example
Text Example
White with #BDF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF416; }
p { color: rgb(189,244,22); }
H1.HeaderClassName
{
color: #BDF416;
}
.AnyTagClassName
{
color: #BDF416;
}
</style>
background-color css
<style>
a { background-color: #BDF416; }
a { background-color: rgb(189,244,22); }
div.DivClassName
{
background-color: #BDF416;
}
.BgClassName
{
background-color: #BDF416;
}
</style>
border-color css
<style>
span { border-color: #BDF416; }
span { border-color: rgb(189,244,22); }
td.TdClassName
{
border-color: #BDF416;
}
.TagClassName
{
border-color: #BDF416;
}
</style>