Shades of Inch Worm #BDEF17
Tints of Inch Worm #BDEF17
RGB
CMYK
RGB Variations
Color information
#BDEF17 (or 0xBDEF17) is known color: Inch Worm. HEX triplet: BD, EF and 17. RGB value is (189,239,23). Sum of RGB (Red+Green+Blue) = 189+239+23=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF17 is #4210E8. Grayscale: #C8C8C8. Windows color (decimal): -4329705 or 1568701. OLE color: 1568701.
HSL color Cylindrical-coordinate representation of color #BDEF17: hue angle of 73.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDEF17 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 23 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.06 |
| HSL | 73.89º | 0.87% | 0.51% | - |
| HSV(B) | 73.89º | 0.9% | 0.94% | - |
| XYZ | 52.01 | 72.61 | 12.09 | - |
| YUV | 199.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 23 | 0.21 | 0 | 0.90 | 0.06 | 73.89 | 0.87 | 0.51 |
| Hex | BD | EF | 17 | 15 | 0 | 5A | 6 | 4A | 57 | 33 |
| Octal | 275 | 357 | 27 | 25 | 0 | 132 | 6 | 112 | 127 | 63 |
| Binary | 10111101 | 11101111 | 10111 | 10101 | 0 | 1011010 | 110 | 1001010 | 1010111 | 110011 |
Color Harmonies of #BDEF17
Complementary color
Monochromatic Colors of #BDEF17
Black with #BDEF17
Text Example
Text Example
White with #BDEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF17; }
p { color: rgb(189,239,23); }
H1.HeaderClassName
{
color: #BDEF17;
}
.AnyTagClassName
{
color: #BDEF17;
}
</style>
background-color css
<style>
a { background-color: #BDEF17; }
a { background-color: rgb(189,239,23); }
div.DivClassName
{
background-color: #BDEF17;
}
.BgClassName
{
background-color: #BDEF17;
}
</style>
border-color css
<style>
span { border-color: #BDEF17; }
span { border-color: rgb(189,239,23); }
td.TdClassName
{
border-color: #BDEF17;
}
.TagClassName
{
border-color: #BDEF17;
}
</style>