Shades of Inch Worm #BDDF0C
Tints of Inch Worm #BDDF0C
RGB
CMYK
RGB Variations
Color information
#BDDF0C (or 0xBDDF0C) is known color: Inch Worm. HEX triplet: BD, DF and 0C. RGB value is (189,223,12). Sum of RGB (Red+Green+Blue) = 189+223+12=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF0C is #4220F3. Grayscale: #BDBDBD. Windows color (decimal): -4333812 or 843709. OLE color: 843709.
HSL color Cylindrical-coordinate representation of color #BDDF0C: hue angle of 69.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDDF0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.13 |
| HSL | 69.67º | 0.9% | 0.46% | - |
| HSV(B) | 69.67º | 0.95% | 0.87% | - |
| XYZ | 47.44 | 63.62 | 10.13 | - |
| YUV | 188.78 | 28.24 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 12 | 0.15 | 0 | 0.95 | 0.13 | 69.67 | 0.9 | 0.46 |
| Hex | BD | DF | C | F | 0 | 5F | D | 46 | 5A | 2E |
| Octal | 275 | 337 | 14 | 17 | 0 | 137 | 15 | 106 | 132 | 56 |
| Binary | 10111101 | 11011111 | 1100 | 1111 | 0 | 1011111 | 1101 | 1000110 | 1011010 | 101110 |
Color Harmonies of #BDDF0C
Complementary color
Monochromatic Colors of #BDDF0C
Black with #BDDF0C
Text Example
Text Example
White with #BDDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF0C; }
p { color: rgb(189,223,12); }
H1.HeaderClassName
{
color: #BDDF0C;
}
.AnyTagClassName
{
color: #BDDF0C;
}
</style>
background-color css
<style>
a { background-color: #BDDF0C; }
a { background-color: rgb(189,223,12); }
div.DivClassName
{
background-color: #BDDF0C;
}
.BgClassName
{
background-color: #BDDF0C;
}
</style>
border-color css
<style>
span { border-color: #BDDF0C; }
span { border-color: rgb(189,223,12); }
td.TdClassName
{
border-color: #BDDF0C;
}
.TagClassName
{
border-color: #BDDF0C;
}
</style>