Shades of Inch Worm #BDEF07
Tints of Inch Worm #BDEF07
RGB
CMYK
RGB Variations
Color information
#BDEF07 (or 0xBDEF07) is known color: Inch Worm. HEX triplet: BD, EF and 07. RGB value is (189,239,7). Sum of RGB (Red+Green+Blue) = 189+239+7=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF07 is #4210F8. Grayscale: #C6C6C6. Windows color (decimal): -4329721 or 520125. OLE color: 520125.
HSL color Cylindrical-coordinate representation of color #BDEF07: hue angle of 72.93º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDEF07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.06 |
| HSL | 72.93º | 0.94% | 0.48% | - |
| HSV(B) | 72.93º | 0.97% | 0.94% | - |
| XYZ | 51.89 | 72.57 | 11.47 | - |
| YUV | 197.6 | 20.44 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 7 | 0.21 | 0 | 0.97 | 0.06 | 72.93 | 0.94 | 0.48 |
| Hex | BD | EF | 7 | 15 | 0 | 61 | 6 | 49 | 5E | 30 |
| Octal | 275 | 357 | 7 | 25 | 0 | 141 | 6 | 111 | 136 | 60 |
| Binary | 10111101 | 11101111 | 111 | 10101 | 0 | 1100001 | 110 | 1001001 | 1011110 | 110000 |
Color Harmonies of #BDEF07
Complementary color
Monochromatic Colors of #BDEF07
Black with #BDEF07
Text Example
Text Example
White with #BDEF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF07; }
p { color: rgb(189,239,7); }
H1.HeaderClassName
{
color: #BDEF07;
}
.AnyTagClassName
{
color: #BDEF07;
}
</style>
background-color css
<style>
a { background-color: #BDEF07; }
a { background-color: rgb(189,239,7); }
div.DivClassName
{
background-color: #BDEF07;
}
.BgClassName
{
background-color: #BDEF07;
}
</style>
border-color css
<style>
span { border-color: #BDEF07; }
span { border-color: rgb(189,239,7); }
td.TdClassName
{
border-color: #BDEF07;
}
.TagClassName
{
border-color: #BDEF07;
}
</style>