Shades of Inch Worm #BDDC03
Tints of Inch Worm #BDDC03
RGB
CMYK
RGB Variations
Color information
#BDDC03 (or 0xBDDC03) is known color: Inch Worm. HEX triplet: BD, DC and 03. RGB value is (189,220,3). Sum of RGB (Red+Green+Blue) = 189+220+3=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC03 is #4223FC. Grayscale: #BABABA. Windows color (decimal): -4334589 or 253117. OLE color: 253117.
HSL color Cylindrical-coordinate representation of color #BDDC03: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDDC03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.14 |
| HSL | 68.57º | 0.97% | 0.44% | - |
| HSV(B) | 68.57º | 0.99% | 0.86% | - |
| XYZ | 46.6 | 62.01 | 9.6 | - |
| YUV | 185.99 | 24.73 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 3 | 0.14 | 0 | 0.99 | 0.14 | 68.57 | 0.97 | 0.44 |
| Hex | BD | DC | 3 | E | 0 | 63 | E | 45 | 61 | 2C |
| Octal | 275 | 334 | 3 | 16 | 0 | 143 | 16 | 105 | 141 | 54 |
| Binary | 10111101 | 11011100 | 11 | 1110 | 0 | 1100011 | 1110 | 1000101 | 1100001 | 101100 |
Color Harmonies of #BDDC03
Complementary color
Monochromatic Colors of #BDDC03
Black with #BDDC03
Text Example
Text Example
White with #BDDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC03; }
p { color: rgb(189,220,3); }
H1.HeaderClassName
{
color: #BDDC03;
}
.AnyTagClassName
{
color: #BDDC03;
}
</style>
background-color css
<style>
a { background-color: #BDDC03; }
a { background-color: rgb(189,220,3); }
div.DivClassName
{
background-color: #BDDC03;
}
.BgClassName
{
background-color: #BDDC03;
}
</style>
border-color css
<style>
span { border-color: #BDDC03; }
span { border-color: rgb(189,220,3); }
td.TdClassName
{
border-color: #BDDC03;
}
.TagClassName
{
border-color: #BDDC03;
}
</style>