Shades of Inch Worm #BDEF12
Tints of Inch Worm #BDEF12
RGB
CMYK
RGB Variations
Color information
#BDEF12 (or 0xBDEF12) is known color: Inch Worm. HEX triplet: BD, EF and 12. RGB value is (189,239,18). Sum of RGB (Red+Green+Blue) = 189+239+18=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF12 is #4210ED. Grayscale: #C7C7C7. Windows color (decimal): -4329710 or 1241021. OLE color: 1241021.
HSL color Cylindrical-coordinate representation of color #BDEF12: hue angle of 73.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDEF12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.06 |
| HSL | 73.57º | 0.87% | 0.5% | - |
| HSV(B) | 73.57º | 0.92% | 0.94% | - |
| XYZ | 51.96 | 72.6 | 11.85 | - |
| YUV | 198.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 18 | 0.21 | 0 | 0.92 | 0.06 | 73.57 | 0.87 | 0.5 |
| Hex | BD | EF | 12 | 15 | 0 | 5C | 6 | 4A | 57 | 32 |
| Octal | 275 | 357 | 22 | 25 | 0 | 134 | 6 | 112 | 127 | 62 |
| Binary | 10111101 | 11101111 | 10010 | 10101 | 0 | 1011100 | 110 | 1001010 | 1010111 | 110010 |
Color Harmonies of #BDEF12
Complementary color
Monochromatic Colors of #BDEF12
Black with #BDEF12
Text Example
Text Example
White with #BDEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF12; }
p { color: rgb(189,239,18); }
H1.HeaderClassName
{
color: #BDEF12;
}
.AnyTagClassName
{
color: #BDEF12;
}
</style>
background-color css
<style>
a { background-color: #BDEF12; }
a { background-color: rgb(189,239,18); }
div.DivClassName
{
background-color: #BDEF12;
}
.BgClassName
{
background-color: #BDEF12;
}
</style>
border-color css
<style>
span { border-color: #BDEF12; }
span { border-color: rgb(189,239,18); }
td.TdClassName
{
border-color: #BDEF12;
}
.TagClassName
{
border-color: #BDEF12;
}
</style>