Shades of Inch Worm #BDF00D
Tints of Inch Worm #BDF00D
RGB
CMYK
RGB Variations
Color information
#BDF00D (or 0xBDF00D) is known color: Inch Worm. HEX triplet: BD, F0 and 0D. RGB value is (189,240,13). Sum of RGB (Red+Green+Blue) = 189+240+13=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF00D is #420FF2. Grayscale: #C7C7C7. Windows color (decimal): -4329459 or 913597. OLE color: 913597.
HSL color Cylindrical-coordinate representation of color #BDF00D: hue angle of 73.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF00D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.06 |
| HSL | 73.48º | 0.9% | 0.5% | - |
| HSV(B) | 73.48º | 0.95% | 0.94% | - |
| XYZ | 52.22 | 73.17 | 11.75 | - |
| YUV | 198.87 | 23.1 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 13 | 0.21 | 0 | 0.95 | 0.06 | 73.48 | 0.9 | 0.5 |
| Hex | BD | F0 | D | 15 | 0 | 5F | 6 | 49 | 5A | 32 |
| Octal | 275 | 360 | 15 | 25 | 0 | 137 | 6 | 111 | 132 | 62 |
| Binary | 10111101 | 11110000 | 1101 | 10101 | 0 | 1011111 | 110 | 1001001 | 1011010 | 110010 |
Color Harmonies of #BDF00D
Complementary color
Monochromatic Colors of #BDF00D
Black with #BDF00D
Text Example
Text Example
White with #BDF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF00D; }
p { color: rgb(189,240,13); }
H1.HeaderClassName
{
color: #BDF00D;
}
.AnyTagClassName
{
color: #BDF00D;
}
</style>
background-color css
<style>
a { background-color: #BDF00D; }
a { background-color: rgb(189,240,13); }
div.DivClassName
{
background-color: #BDF00D;
}
.BgClassName
{
background-color: #BDF00D;
}
</style>
border-color css
<style>
span { border-color: #BDF00D; }
span { border-color: rgb(189,240,13); }
td.TdClassName
{
border-color: #BDF00D;
}
.TagClassName
{
border-color: #BDF00D;
}
</style>