Shades of Inch Worm #BDF116
Tints of Inch Worm #BDF116
RGB
CMYK
RGB Variations
Color information
#BDF116 (or 0xBDF116) is known color: Inch Worm. HEX triplet: BD, F1 and 16. RGB value is (189,241,22). Sum of RGB (Red+Green+Blue) = 189+241+22=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF116 is #420EE9. Grayscale: #C9C9C9. Windows color (decimal): -4329194 or 1503677. OLE color: 1503677.
HSL color Cylindrical-coordinate representation of color #BDF116: hue angle of 74.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF116 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 22 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.05 |
| HSL | 74.25º | 0.89% | 0.52% | - |
| HSV(B) | 74.25º | 0.91% | 0.95% | - |
| XYZ | 52.59 | 73.79 | 12.23 | - |
| YUV | 200.49 | 27.27 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 22 | 0.22 | 0 | 0.91 | 0.05 | 74.25 | 0.89 | 0.52 |
| Hex | BD | F1 | 16 | 16 | 0 | 5B | 5 | 4A | 59 | 34 |
| Octal | 275 | 361 | 26 | 26 | 0 | 133 | 5 | 112 | 131 | 64 |
| Binary | 10111101 | 11110001 | 10110 | 10110 | 0 | 1011011 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BDF116
Complementary color
Monochromatic Colors of #BDF116
Black with #BDF116
Text Example
Text Example
White with #BDF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF116; }
p { color: rgb(189,241,22); }
H1.HeaderClassName
{
color: #BDF116;
}
.AnyTagClassName
{
color: #BDF116;
}
</style>
background-color css
<style>
a { background-color: #BDF116; }
a { background-color: rgb(189,241,22); }
div.DivClassName
{
background-color: #BDF116;
}
.BgClassName
{
background-color: #BDF116;
}
</style>
border-color css
<style>
span { border-color: #BDF116; }
span { border-color: rgb(189,241,22); }
td.TdClassName
{
border-color: #BDF116;
}
.TagClassName
{
border-color: #BDF116;
}
</style>