Shades of Inch Worm #BDF712
Tints of Inch Worm #BDF712
RGB
CMYK
RGB Variations
Color information
#BDF712 (or 0xBDF712) is known color: Inch Worm. HEX triplet: BD, F7 and 12. RGB value is (189,247,18). Sum of RGB (Red+Green+Blue) = 189+247+18=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF712 is #4208ED. Grayscale: #CCCCCC. Windows color (decimal): -4327662 or 1243069. OLE color: 1243069.
HSL color Cylindrical-coordinate representation of color #BDF712: hue angle of 75.2º degrees, saturation: 0.93, 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 #BDF712 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.03 |
| HSL | 75.2º | 0.93% | 0.52% | - |
| HSV(B) | 75.2º | 0.93% | 0.97% | - |
| XYZ | 54.36 | 77.38 | 12.64 | - |
| YUV | 203.55 | 23.28 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 18 | 0.23 | 0 | 0.93 | 0.03 | 75.2 | 0.93 | 0.52 |
| Hex | BD | F7 | 12 | 17 | 0 | 5D | 3 | 4B | 5D | 34 |
| Octal | 275 | 367 | 22 | 27 | 0 | 135 | 3 | 113 | 135 | 64 |
| Binary | 10111101 | 11110111 | 10010 | 10111 | 0 | 1011101 | 11 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF712
Complementary color
Monochromatic Colors of #BDF712
Black with #BDF712
Text Example
Text Example
White with #BDF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF712; }
p { color: rgb(189,247,18); }
H1.HeaderClassName
{
color: #BDF712;
}
.AnyTagClassName
{
color: #BDF712;
}
</style>
background-color css
<style>
a { background-color: #BDF712; }
a { background-color: rgb(189,247,18); }
div.DivClassName
{
background-color: #BDF712;
}
.BgClassName
{
background-color: #BDF712;
}
</style>
border-color css
<style>
span { border-color: #BDF712; }
span { border-color: rgb(189,247,18); }
td.TdClassName
{
border-color: #BDF712;
}
.TagClassName
{
border-color: #BDF712;
}
</style>