Shades of Inch Worm #BDF018
Tints of Inch Worm #BDF018
RGB
CMYK
RGB Variations
Color information
#BDF018 (or 0xBDF018) is known color: Inch Worm. HEX triplet: BD, F0 and 18. RGB value is (189,240,24). Sum of RGB (Red+Green+Blue) = 189+240+24=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF018 is #420FE7. Grayscale: #C8C8C8. Windows color (decimal): -4329448 or 1634493. OLE color: 1634493.
HSL color Cylindrical-coordinate representation of color #BDF018: hue angle of 74.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF018 is Cyan = 0.21, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 24 | - |
| CMYK | 0.21 | 0 | 0.9 | 0.06 |
| HSL | 74.17º | 0.88% | 0.52% | - |
| HSV(B) | 74.17º | 0.9% | 0.94% | - |
| XYZ | 52.31 | 73.2 | 12.24 | - |
| YUV | 200.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 24 | 0.21 | 0 | 0.9 | 0.06 | 74.17 | 0.88 | 0.52 |
| Hex | BD | F0 | 18 | 15 | 0 | 5A | 6 | 4A | 58 | 34 |
| Octal | 275 | 360 | 30 | 25 | 0 | 132 | 6 | 112 | 130 | 64 |
| Binary | 10111101 | 11110000 | 11000 | 10101 | 0 | 1011010 | 110 | 1001010 | 1011000 | 110100 |
Color Harmonies of #BDF018
Complementary color
Monochromatic Colors of #BDF018
Black with #BDF018
Text Example
Text Example
White with #BDF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF018; }
p { color: rgb(189,240,24); }
H1.HeaderClassName
{
color: #BDF018;
}
.AnyTagClassName
{
color: #BDF018;
}
</style>
background-color css
<style>
a { background-color: #BDF018; }
a { background-color: rgb(189,240,24); }
div.DivClassName
{
background-color: #BDF018;
}
.BgClassName
{
background-color: #BDF018;
}
</style>
border-color css
<style>
span { border-color: #BDF018; }
span { border-color: rgb(189,240,24); }
td.TdClassName
{
border-color: #BDF018;
}
.TagClassName
{
border-color: #BDF018;
}
</style>