Shades of Inch Worm #BDF615
Tints of Inch Worm #BDF615
RGB
CMYK
RGB Variations
Color information
#BDF615 (or 0xBDF615) is known color: Inch Worm. HEX triplet: BD, F6 and 15. RGB value is (189,246,21). Sum of RGB (Red+Green+Blue) = 189+246+21=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF615 is #4209EA. Grayscale: #CCCCCC. Windows color (decimal): -4327915 or 1439421. OLE color: 1439421.
HSL color Cylindrical-coordinate representation of color #BDF615: hue angle of 75.2º degrees, saturation: 0.93, 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 #BDF615 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 21 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.04 |
| HSL | 75.2º | 0.93% | 0.52% | - |
| HSV(B) | 75.2º | 0.91% | 0.96% | - |
| XYZ | 54.08 | 76.78 | 12.68 | - |
| YUV | 203.31 | 25.12 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 21 | 0.23 | 0 | 0.91 | 0.04 | 75.2 | 0.93 | 0.52 |
| Hex | BD | F6 | 15 | 17 | 0 | 5B | 4 | 4B | 5D | 34 |
| Octal | 275 | 366 | 25 | 27 | 0 | 133 | 4 | 113 | 135 | 64 |
| Binary | 10111101 | 11110110 | 10101 | 10111 | 0 | 1011011 | 100 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF615
Complementary color
Monochromatic Colors of #BDF615
Black with #BDF615
Text Example
Text Example
White with #BDF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF615; }
p { color: rgb(189,246,21); }
H1.HeaderClassName
{
color: #BDF615;
}
.AnyTagClassName
{
color: #BDF615;
}
</style>
background-color css
<style>
a { background-color: #BDF615; }
a { background-color: rgb(189,246,21); }
div.DivClassName
{
background-color: #BDF615;
}
.BgClassName
{
background-color: #BDF615;
}
</style>
border-color css
<style>
span { border-color: #BDF615; }
span { border-color: rgb(189,246,21); }
td.TdClassName
{
border-color: #BDF615;
}
.TagClassName
{
border-color: #BDF615;
}
</style>