Shades of Inch Worm #BDDE0C
Tints of Inch Worm #BDDE0C
RGB
CMYK
RGB Variations
Color information
#BDDE0C (or 0xBDDE0C) is known color: Inch Worm. HEX triplet: BD, DE and 0C. RGB value is (189,222,12). Sum of RGB (Red+Green+Blue) = 189+222+12=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDE0C is #4221F3. Grayscale: #BCBCBC. Windows color (decimal): -4334068 or 843453. OLE color: 843453.
HSL color Cylindrical-coordinate representation of color #BDDE0C: hue angle of 69.43º 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 #BDDE0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.13 |
| HSL | 69.43º | 0.9% | 0.46% | - |
| HSV(B) | 69.43º | 0.95% | 0.87% | - |
| XYZ | 47.17 | 63.09 | 10.04 | - |
| YUV | 188.19 | 28.57 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 12 | 0.15 | 0 | 0.95 | 0.13 | 69.43 | 0.9 | 0.46 |
| Hex | BD | DE | C | F | 0 | 5F | D | 45 | 5A | 2E |
| Octal | 275 | 336 | 14 | 17 | 0 | 137 | 15 | 105 | 132 | 56 |
| Binary | 10111101 | 11011110 | 1100 | 1111 | 0 | 1011111 | 1101 | 1000101 | 1011010 | 101110 |
Color Harmonies of #BDDE0C
Complementary color
Monochromatic Colors of #BDDE0C
Black with #BDDE0C
Text Example
Text Example
White with #BDDE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE0C; }
p { color: rgb(189,222,12); }
H1.HeaderClassName
{
color: #BDDE0C;
}
.AnyTagClassName
{
color: #BDDE0C;
}
</style>
background-color css
<style>
a { background-color: #BDDE0C; }
a { background-color: rgb(189,222,12); }
div.DivClassName
{
background-color: #BDDE0C;
}
.BgClassName
{
background-color: #BDDE0C;
}
</style>
border-color css
<style>
span { border-color: #BDDE0C; }
span { border-color: rgb(189,222,12); }
td.TdClassName
{
border-color: #BDDE0C;
}
.TagClassName
{
border-color: #BDDE0C;
}
</style>