Shades of Inch Worm #BDF321
Tints of Inch Worm #BDF321
RGB
CMYK
RGB Variations
Color information
#BDF321 (or 0xBDF321) is known color: Inch Worm. HEX triplet: BD, F3 and 21. RGB value is (189,243,33). Sum of RGB (Red+Green+Blue) = 189+243+33=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF321 is #420CDE. Grayscale: #CBCBCB. Windows color (decimal): -4328671 or 2225085. OLE color: 2225085.
HSL color Cylindrical-coordinate representation of color #BDF321: hue angle of 75.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDF321 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 33 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.05 |
| HSL | 75.43º | 0.9% | 0.54% | - |
| HSV(B) | 75.43º | 0.86% | 0.95% | - |
| XYZ | 53.31 | 75.03 | 13.11 | - |
| YUV | 202.91 | 32.11 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 33 | 0.22 | 0 | 0.86 | 0.05 | 75.43 | 0.9 | 0.54 |
| Hex | BD | F3 | 21 | 16 | 0 | 56 | 5 | 4B | 5A | 36 |
| Octal | 275 | 363 | 41 | 26 | 0 | 126 | 5 | 113 | 132 | 66 |
| Binary | 10111101 | 11110011 | 100001 | 10110 | 0 | 1010110 | 101 | 1001011 | 1011010 | 110110 |
Color Harmonies of #BDF321
Complementary color
Monochromatic Colors of #BDF321
Black with #BDF321
Text Example
Text Example
White with #BDF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF321; }
p { color: rgb(189,243,33); }
H1.HeaderClassName
{
color: #BDF321;
}
.AnyTagClassName
{
color: #BDF321;
}
</style>
background-color css
<style>
a { background-color: #BDF321; }
a { background-color: rgb(189,243,33); }
div.DivClassName
{
background-color: #BDF321;
}
.BgClassName
{
background-color: #BDF321;
}
</style>
border-color css
<style>
span { border-color: #BDF321; }
span { border-color: rgb(189,243,33); }
td.TdClassName
{
border-color: #BDF321;
}
.TagClassName
{
border-color: #BDF321;
}
</style>