Shades of Inch Worm #BDF813
Tints of Inch Worm #BDF813
RGB
CMYK
RGB Variations
Color information
#BDF813 (or 0xBDF813) is known color: Inch Worm. HEX triplet: BD, F8 and 13. RGB value is (189,248,19). Sum of RGB (Red+Green+Blue) = 189+248+19=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF813 is #4207EC. Grayscale: #CDCDCD. Windows color (decimal): -4327405 or 1308861. OLE color: 1308861.
HSL color Cylindrical-coordinate representation of color #BDF813: hue angle of 75.46º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF813 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.03 |
| HSL | 75.46º | 0.94% | 0.52% | - |
| HSV(B) | 75.46º | 0.92% | 0.97% | - |
| XYZ | 54.67 | 78 | 12.79 | - |
| YUV | 204.25 | 23.45 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 19 | 0.24 | 0 | 0.92 | 0.03 | 75.46 | 0.94 | 0.52 |
| Hex | BD | F8 | 13 | 18 | 0 | 5C | 3 | 4B | 5E | 34 |
| Octal | 275 | 370 | 23 | 30 | 0 | 134 | 3 | 113 | 136 | 64 |
| Binary | 10111101 | 11111000 | 10011 | 11000 | 0 | 1011100 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BDF813
Complementary color
Monochromatic Colors of #BDF813
Black with #BDF813
Text Example
Text Example
White with #BDF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF813; }
p { color: rgb(189,248,19); }
H1.HeaderClassName
{
color: #BDF813;
}
.AnyTagClassName
{
color: #BDF813;
}
</style>
background-color css
<style>
a { background-color: #BDF813; }
a { background-color: rgb(189,248,19); }
div.DivClassName
{
background-color: #BDF813;
}
.BgClassName
{
background-color: #BDF813;
}
</style>
border-color css
<style>
span { border-color: #BDF813; }
span { border-color: rgb(189,248,19); }
td.TdClassName
{
border-color: #BDF813;
}
.TagClassName
{
border-color: #BDF813;
}
</style>