Shades of Inch Worm #BDF013
Tints of Inch Worm #BDF013
RGB
CMYK
RGB Variations
Color information
#BDF013 (or 0xBDF013) is known color: Inch Worm. HEX triplet: BD, F0 and 13. RGB value is (189,240,19). Sum of RGB (Red+Green+Blue) = 189+240+19=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF013 is #420FEC. Grayscale: #C8C8C8. Windows color (decimal): -4329453 or 1306813. OLE color: 1306813.
HSL color Cylindrical-coordinate representation of color #BDF013: hue angle of 73.85º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF013 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 19 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.06 |
| HSL | 73.85º | 0.88% | 0.51% | - |
| HSV(B) | 73.85º | 0.92% | 0.94% | - |
| XYZ | 52.26 | 73.19 | 11.99 | - |
| YUV | 199.56 | 26.1 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 19 | 0.21 | 0 | 0.92 | 0.06 | 73.85 | 0.88 | 0.51 |
| Hex | BD | F0 | 13 | 15 | 0 | 5C | 6 | 4A | 58 | 33 |
| Octal | 275 | 360 | 23 | 25 | 0 | 134 | 6 | 112 | 130 | 63 |
| Binary | 10111101 | 11110000 | 10011 | 10101 | 0 | 1011100 | 110 | 1001010 | 1011000 | 110011 |
Color Harmonies of #BDF013
Complementary color
Monochromatic Colors of #BDF013
Black with #BDF013
Text Example
Text Example
White with #BDF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF013; }
p { color: rgb(189,240,19); }
H1.HeaderClassName
{
color: #BDF013;
}
.AnyTagClassName
{
color: #BDF013;
}
</style>
background-color css
<style>
a { background-color: #BDF013; }
a { background-color: rgb(189,240,19); }
div.DivClassName
{
background-color: #BDF013;
}
.BgClassName
{
background-color: #BDF013;
}
</style>
border-color css
<style>
span { border-color: #BDF013; }
span { border-color: rgb(189,240,19); }
td.TdClassName
{
border-color: #BDF013;
}
.TagClassName
{
border-color: #BDF013;
}
</style>