Shades of Inch Worm #BDEF15
Tints of Inch Worm #BDEF15
RGB
CMYK
RGB Variations
Color information
#BDEF15 (or 0xBDEF15) is known color: Inch Worm. HEX triplet: BD, EF and 15. RGB value is (189,239,21). Sum of RGB (Red+Green+Blue) = 189+239+21=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF15 is #4210EA. Grayscale: #C8C8C8. Windows color (decimal): -4329707 or 1437629. OLE color: 1437629.
HSL color Cylindrical-coordinate representation of color #BDEF15: hue angle of 73.76º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDEF15 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.06 |
| HSL | 73.76º | 0.87% | 0.51% | - |
| HSV(B) | 73.76º | 0.91% | 0.94% | - |
| XYZ | 51.99 | 72.61 | 11.98 | - |
| YUV | 199.2 | 27.44 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 21 | 0.21 | 0 | 0.91 | 0.06 | 73.76 | 0.87 | 0.51 |
| Hex | BD | EF | 15 | 15 | 0 | 5B | 6 | 4A | 57 | 33 |
| Octal | 275 | 357 | 25 | 25 | 0 | 133 | 6 | 112 | 127 | 63 |
| Binary | 10111101 | 11101111 | 10101 | 10101 | 0 | 1011011 | 110 | 1001010 | 1010111 | 110011 |
Color Harmonies of #BDEF15
Complementary color
Monochromatic Colors of #BDEF15
Black with #BDEF15
Text Example
Text Example
White with #BDEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF15; }
p { color: rgb(189,239,21); }
H1.HeaderClassName
{
color: #BDEF15;
}
.AnyTagClassName
{
color: #BDEF15;
}
</style>
background-color css
<style>
a { background-color: #BDEF15; }
a { background-color: rgb(189,239,21); }
div.DivClassName
{
background-color: #BDEF15;
}
.BgClassName
{
background-color: #BDEF15;
}
</style>
border-color css
<style>
span { border-color: #BDEF15; }
span { border-color: rgb(189,239,21); }
td.TdClassName
{
border-color: #BDEF15;
}
.TagClassName
{
border-color: #BDEF15;
}
</style>