Shades of Inch Worm #BDF20C
Tints of Inch Worm #BDF20C
RGB
CMYK
RGB Variations
Color information
#BDF20C (or 0xBDF20C) is known color: Inch Worm. HEX triplet: BD, F2 and 0C. RGB value is (189,242,12). Sum of RGB (Red+Green+Blue) = 189+242+12=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF20C is #420DF3. Grayscale: #C8C8C8. Windows color (decimal): -4328948 or 848573. OLE color: 848573.
HSL color Cylindrical-coordinate representation of color #BDF20C: hue angle of 73.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF20C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 73.83º | 0.91% | 0.5% | - |
| HSV(B) | 73.83º | 0.95% | 0.95% | - |
| XYZ | 52.8 | 74.35 | 11.92 | - |
| YUV | 199.93 | 21.94 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 12 | 0.22 | 0 | 0.95 | 0.05 | 73.83 | 0.91 | 0.5 |
| Hex | BD | F2 | C | 16 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 275 | 362 | 14 | 26 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111101 | 11110010 | 1100 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BDF20C
Complementary color
Monochromatic Colors of #BDF20C
Black with #BDF20C
Text Example
Text Example
White with #BDF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF20C; }
p { color: rgb(189,242,12); }
H1.HeaderClassName
{
color: #BDF20C;
}
.AnyTagClassName
{
color: #BDF20C;
}
</style>
background-color css
<style>
a { background-color: #BDF20C; }
a { background-color: rgb(189,242,12); }
div.DivClassName
{
background-color: #BDF20C;
}
.BgClassName
{
background-color: #BDF20C;
}
</style>
border-color css
<style>
span { border-color: #BDF20C; }
span { border-color: rgb(189,242,12); }
td.TdClassName
{
border-color: #BDF20C;
}
.TagClassName
{
border-color: #BDF20C;
}
</style>