Shades of Inch Worm #BDEF11
Tints of Inch Worm #BDEF11
RGB
CMYK
RGB Variations
Color information
#BDEF11 (or 0xBDEF11) is known color: Inch Worm. HEX triplet: BD, EF and 11. RGB value is (189,239,17). Sum of RGB (Red+Green+Blue) = 189+239+17=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF11 is #4210EE. Grayscale: #C7C7C7. Windows color (decimal): -4329711 or 1175485. OLE color: 1175485.
HSL color Cylindrical-coordinate representation of color #BDEF11: hue angle of 73.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDEF11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.06 |
| HSL | 73.51º | 0.87% | 0.5% | - |
| HSV(B) | 73.51º | 0.93% | 0.94% | - |
| XYZ | 51.95 | 72.59 | 11.8 | - |
| YUV | 198.74 | 25.44 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 17 | 0.21 | 0 | 0.93 | 0.06 | 73.51 | 0.87 | 0.5 |
| Hex | BD | EF | 11 | 15 | 0 | 5D | 6 | 4A | 57 | 32 |
| Octal | 275 | 357 | 21 | 25 | 0 | 135 | 6 | 112 | 127 | 62 |
| Binary | 10111101 | 11101111 | 10001 | 10101 | 0 | 1011101 | 110 | 1001010 | 1010111 | 110010 |
Color Harmonies of #BDEF11
Complementary color
Monochromatic Colors of #BDEF11
Black with #BDEF11
Text Example
Text Example
White with #BDEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF11; }
p { color: rgb(189,239,17); }
H1.HeaderClassName
{
color: #BDEF11;
}
.AnyTagClassName
{
color: #BDEF11;
}
</style>
background-color css
<style>
a { background-color: #BDEF11; }
a { background-color: rgb(189,239,17); }
div.DivClassName
{
background-color: #BDEF11;
}
.BgClassName
{
background-color: #BDEF11;
}
</style>
border-color css
<style>
span { border-color: #BDEF11; }
span { border-color: rgb(189,239,17); }
td.TdClassName
{
border-color: #BDEF11;
}
.TagClassName
{
border-color: #BDEF11;
}
</style>