Shades of Inch Worm #BDE612
Tints of Inch Worm #BDE612
RGB
CMYK
RGB Variations
Color information
#BDE612 (or 0xBDE612) is known color: Inch Worm. HEX triplet: BD, E6 and 12. RGB value is (189,230,18). Sum of RGB (Red+Green+Blue) = 189+230+18=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE612 is #4219ED. Grayscale: #C2C2C2. Windows color (decimal): -4332014 or 1238717. OLE color: 1238717.
HSL color Cylindrical-coordinate representation of color #BDE612: hue angle of 71.6º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDE612 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 18 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.10 |
| HSL | 71.6º | 0.85% | 0.49% | - |
| HSV(B) | 71.6º | 0.92% | 0.9% | - |
| XYZ | 49.39 | 67.46 | 10.99 | - |
| YUV | 193.57 | 28.92 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 18 | 0.18 | 0 | 0.92 | 0.10 | 71.6 | 0.85 | 0.49 |
| Hex | BD | E6 | 12 | 12 | 0 | 5C | A | 48 | 55 | 31 |
| Octal | 275 | 346 | 22 | 22 | 0 | 134 | 12 | 110 | 125 | 61 |
| Binary | 10111101 | 11100110 | 10010 | 10010 | 0 | 1011100 | 1010 | 1001000 | 1010101 | 110001 |
Color Harmonies of #BDE612
Complementary color
Monochromatic Colors of #BDE612
Black with #BDE612
Text Example
Text Example
White with #BDE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE612; }
p { color: rgb(189,230,18); }
H1.HeaderClassName
{
color: #BDE612;
}
.AnyTagClassName
{
color: #BDE612;
}
</style>
background-color css
<style>
a { background-color: #BDE612; }
a { background-color: rgb(189,230,18); }
div.DivClassName
{
background-color: #BDE612;
}
.BgClassName
{
background-color: #BDE612;
}
</style>
border-color css
<style>
span { border-color: #BDE612; }
span { border-color: rgb(189,230,18); }
td.TdClassName
{
border-color: #BDE612;
}
.TagClassName
{
border-color: #BDE612;
}
</style>