Shades of Inch Worm #BDF115
Tints of Inch Worm #BDF115
RGB
CMYK
RGB Variations
Color information
#BDF115 (or 0xBDF115) is known color: Inch Worm. HEX triplet: BD, F1 and 15. RGB value is (189,241,21). Sum of RGB (Red+Green+Blue) = 189+241+21=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF115 is #420EEA. Grayscale: #C9C9C9. Windows color (decimal): -4329195 or 1438141. OLE color: 1438141.
HSL color Cylindrical-coordinate representation of color #BDF115: hue angle of 74.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF115 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 21 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.05 |
| HSL | 74.18º | 0.89% | 0.51% | - |
| HSV(B) | 74.18º | 0.91% | 0.95% | - |
| XYZ | 52.58 | 73.78 | 12.18 | - |
| YUV | 200.37 | 26.77 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 21 | 0.22 | 0 | 0.91 | 0.05 | 74.18 | 0.89 | 0.51 |
| Hex | BD | F1 | 15 | 16 | 0 | 5B | 5 | 4A | 59 | 33 |
| Octal | 275 | 361 | 25 | 26 | 0 | 133 | 5 | 112 | 131 | 63 |
| Binary | 10111101 | 11110001 | 10101 | 10110 | 0 | 1011011 | 101 | 1001010 | 1011001 | 110011 |
Color Harmonies of #BDF115
Complementary color
Monochromatic Colors of #BDF115
Black with #BDF115
Text Example
Text Example
White with #BDF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF115; }
p { color: rgb(189,241,21); }
H1.HeaderClassName
{
color: #BDF115;
}
.AnyTagClassName
{
color: #BDF115;
}
</style>
background-color css
<style>
a { background-color: #BDF115; }
a { background-color: rgb(189,241,21); }
div.DivClassName
{
background-color: #BDF115;
}
.BgClassName
{
background-color: #BDF115;
}
</style>
border-color css
<style>
span { border-color: #BDF115; }
span { border-color: rgb(189,241,21); }
td.TdClassName
{
border-color: #BDF115;
}
.TagClassName
{
border-color: #BDF115;
}
</style>