Shades of Inch Worm #BDF313
Tints of Inch Worm #BDF313
RGB
CMYK
RGB Variations
Color information
#BDF313 (or 0xBDF313) is known color: Inch Worm. HEX triplet: BD, F3 and 13. RGB value is (189,243,19). Sum of RGB (Red+Green+Blue) = 189+243+19=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF313 is #420CEC. Grayscale: #CACACA. Windows color (decimal): -4328685 or 1307581. OLE color: 1307581.
HSL color Cylindrical-coordinate representation of color #BDF313: hue angle of 74.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF313 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 19 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.05 |
| HSL | 74.46º | 0.9% | 0.51% | - |
| HSV(B) | 74.46º | 0.92% | 0.95% | - |
| XYZ | 53.15 | 74.97 | 12.28 | - |
| YUV | 201.32 | 25.11 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 19 | 0.22 | 0 | 0.92 | 0.05 | 74.46 | 0.9 | 0.51 |
| Hex | BD | F3 | 13 | 16 | 0 | 5C | 5 | 4A | 5A | 33 |
| Octal | 275 | 363 | 23 | 26 | 0 | 134 | 5 | 112 | 132 | 63 |
| Binary | 10111101 | 11110011 | 10011 | 10110 | 0 | 1011100 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BDF313
Complementary color
Monochromatic Colors of #BDF313
Black with #BDF313
Text Example
Text Example
White with #BDF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF313; }
p { color: rgb(189,243,19); }
H1.HeaderClassName
{
color: #BDF313;
}
.AnyTagClassName
{
color: #BDF313;
}
</style>
background-color css
<style>
a { background-color: #BDF313; }
a { background-color: rgb(189,243,19); }
div.DivClassName
{
background-color: #BDF313;
}
.BgClassName
{
background-color: #BDF313;
}
</style>
border-color css
<style>
span { border-color: #BDF313; }
span { border-color: rgb(189,243,19); }
td.TdClassName
{
border-color: #BDF313;
}
.TagClassName
{
border-color: #BDF313;
}
</style>