Shades of Inch Worm #BDF213
Tints of Inch Worm #BDF213
RGB
CMYK
RGB Variations
Color information
#BDF213 (or 0xBDF213) is known color: Inch Worm. HEX triplet: BD, F2 and 13. RGB value is (189,242,19). Sum of RGB (Red+Green+Blue) = 189+242+19=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF213 is #420DEC. Grayscale: #C9C9C9. Windows color (decimal): -4328941 or 1307325. OLE color: 1307325.
HSL color Cylindrical-coordinate representation of color #BDF213: hue angle of 74.26º 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 #BDF213 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 19 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.05 |
| HSL | 74.26º | 0.9% | 0.51% | - |
| HSV(B) | 74.26º | 0.92% | 0.95% | - |
| XYZ | 52.86 | 74.37 | 12.19 | - |
| YUV | 200.73 | 25.44 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 19 | 0.22 | 0 | 0.92 | 0.05 | 74.26 | 0.9 | 0.51 |
| Hex | BD | F2 | 13 | 16 | 0 | 5C | 5 | 4A | 5A | 33 |
| Octal | 275 | 362 | 23 | 26 | 0 | 134 | 5 | 112 | 132 | 63 |
| Binary | 10111101 | 11110010 | 10011 | 10110 | 0 | 1011100 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BDF213
Complementary color
Monochromatic Colors of #BDF213
Black with #BDF213
Text Example
Text Example
White with #BDF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF213; }
p { color: rgb(189,242,19); }
H1.HeaderClassName
{
color: #BDF213;
}
.AnyTagClassName
{
color: #BDF213;
}
</style>
background-color css
<style>
a { background-color: #BDF213; }
a { background-color: rgb(189,242,19); }
div.DivClassName
{
background-color: #BDF213;
}
.BgClassName
{
background-color: #BDF213;
}
</style>
border-color css
<style>
span { border-color: #BDF213; }
span { border-color: rgb(189,242,19); }
td.TdClassName
{
border-color: #BDF213;
}
.TagClassName
{
border-color: #BDF213;
}
</style>