Shades of Inch Worm #BDEF0F
Tints of Inch Worm #BDEF0F
RGB
CMYK
RGB Variations
Color information
#BDEF0F (or 0xBDEF0F) is known color: Inch Worm. HEX triplet: BD, EF and 0F. RGB value is (189,239,15). Sum of RGB (Red+Green+Blue) = 189+239+15=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF0F is #4210F0. Grayscale: #C7C7C7. Windows color (decimal): -4329713 or 1044413. OLE color: 1044413.
HSL color Cylindrical-coordinate representation of color #BDEF0F: hue angle of 73.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDEF0F is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 15 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.06 |
| HSL | 73.39º | 0.88% | 0.5% | - |
| HSV(B) | 73.39º | 0.94% | 0.94% | - |
| XYZ | 51.94 | 72.59 | 11.73 | - |
| YUV | 198.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 15 | 0.21 | 0 | 0.94 | 0.06 | 73.39 | 0.88 | 0.5 |
| Hex | BD | EF | F | 15 | 0 | 5E | 6 | 49 | 58 | 32 |
| Octal | 275 | 357 | 17 | 25 | 0 | 136 | 6 | 111 | 130 | 62 |
| Binary | 10111101 | 11101111 | 1111 | 10101 | 0 | 1011110 | 110 | 1001001 | 1011000 | 110010 |
Color Harmonies of #BDEF0F
Complementary color
Monochromatic Colors of #BDEF0F
Black with #BDEF0F
Text Example
Text Example
White with #BDEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF0F; }
p { color: rgb(189,239,15); }
H1.HeaderClassName
{
color: #BDEF0F;
}
.AnyTagClassName
{
color: #BDEF0F;
}
</style>
background-color css
<style>
a { background-color: #BDEF0F; }
a { background-color: rgb(189,239,15); }
div.DivClassName
{
background-color: #BDEF0F;
}
.BgClassName
{
background-color: #BDEF0F;
}
</style>
border-color css
<style>
span { border-color: #BDEF0F; }
span { border-color: rgb(189,239,15); }
td.TdClassName
{
border-color: #BDEF0F;
}
.TagClassName
{
border-color: #BDEF0F;
}
</style>