Shades of Inch Worm #BDF00B
Tints of Inch Worm #BDF00B
RGB
CMYK
RGB Variations
Color information
#BDF00B (or 0xBDF00B) is known color: Inch Worm. HEX triplet: BD, F0 and 0B. RGB value is (189,240,11). Sum of RGB (Red+Green+Blue) = 189+240+11=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF00B is #420FF4. Grayscale: #C7C7C7. Windows color (decimal): -4329461 or 782525. OLE color: 782525.
HSL color Cylindrical-coordinate representation of color #BDF00B: hue angle of 73.36º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF00B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.06 |
| HSL | 73.36º | 0.91% | 0.49% | - |
| HSV(B) | 73.36º | 0.95% | 0.94% | - |
| XYZ | 52.21 | 73.16 | 11.69 | - |
| YUV | 198.65 | 22.1 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 11 | 0.21 | 0 | 0.95 | 0.06 | 73.36 | 0.91 | 0.49 |
| Hex | BD | F0 | B | 15 | 0 | 5F | 6 | 49 | 5B | 31 |
| Octal | 275 | 360 | 13 | 25 | 0 | 137 | 6 | 111 | 133 | 61 |
| Binary | 10111101 | 11110000 | 1011 | 10101 | 0 | 1011111 | 110 | 1001001 | 1011011 | 110001 |
Color Harmonies of #BDF00B
Complementary color
Monochromatic Colors of #BDF00B
Black with #BDF00B
Text Example
Text Example
White with #BDF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF00B; }
p { color: rgb(189,240,11); }
H1.HeaderClassName
{
color: #BDF00B;
}
.AnyTagClassName
{
color: #BDF00B;
}
</style>
background-color css
<style>
a { background-color: #BDF00B; }
a { background-color: rgb(189,240,11); }
div.DivClassName
{
background-color: #BDF00B;
}
.BgClassName
{
background-color: #BDF00B;
}
</style>
border-color css
<style>
span { border-color: #BDF00B; }
span { border-color: rgb(189,240,11); }
td.TdClassName
{
border-color: #BDF00B;
}
.TagClassName
{
border-color: #BDF00B;
}
</style>