Shades of Inch Worm #BDF812
Tints of Inch Worm #BDF812
RGB
CMYK
RGB Variations
Color information
#BDF812 (or 0xBDF812) is known color: Inch Worm. HEX triplet: BD, F8 and 12. RGB value is (189,248,18). Sum of RGB (Red+Green+Blue) = 189+248+18=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF812 is #4207ED. Grayscale: #CCCCCC. Windows color (decimal): -4327406 or 1243325. OLE color: 1243325.
HSL color Cylindrical-coordinate representation of color #BDF812: hue angle of 75.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF812 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 18 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.03 |
| HSL | 75.39º | 0.94% | 0.52% | - |
| HSV(B) | 75.39º | 0.93% | 0.97% | - |
| XYZ | 54.66 | 78 | 12.75 | - |
| YUV | 204.14 | 22.95 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 18 | 0.24 | 0 | 0.93 | 0.03 | 75.39 | 0.94 | 0.52 |
| Hex | BD | F8 | 12 | 18 | 0 | 5D | 3 | 4B | 5E | 34 |
| Octal | 275 | 370 | 22 | 30 | 0 | 135 | 3 | 113 | 136 | 64 |
| Binary | 10111101 | 11111000 | 10010 | 11000 | 0 | 1011101 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BDF812
Complementary color
Monochromatic Colors of #BDF812
Black with #BDF812
Text Example
Text Example
White with #BDF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF812; }
p { color: rgb(189,248,18); }
H1.HeaderClassName
{
color: #BDF812;
}
.AnyTagClassName
{
color: #BDF812;
}
</style>
background-color css
<style>
a { background-color: #BDF812; }
a { background-color: rgb(189,248,18); }
div.DivClassName
{
background-color: #BDF812;
}
.BgClassName
{
background-color: #BDF812;
}
</style>
border-color css
<style>
span { border-color: #BDF812; }
span { border-color: rgb(189,248,18); }
td.TdClassName
{
border-color: #BDF812;
}
.TagClassName
{
border-color: #BDF812;
}
</style>