Shades of Inch Worm #BDF21D
Tints of Inch Worm #BDF21D
RGB
CMYK
RGB Variations
Color information
#BDF21D (or 0xBDF21D) is known color: Inch Worm. HEX triplet: BD, F2 and 1D. RGB value is (189,242,29). Sum of RGB (Red+Green+Blue) = 189+242+29=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF21D is #420DE2. Grayscale: #CACACA. Windows color (decimal): -4328931 or 1962685. OLE color: 1962685.
HSL color Cylindrical-coordinate representation of color #BDF21D: hue angle of 74.93º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDF21D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 29 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.05 |
| HSL | 74.93º | 0.89% | 0.53% | - |
| HSV(B) | 74.93º | 0.88% | 0.95% | - |
| XYZ | 52.96 | 74.41 | 12.73 | - |
| YUV | 201.87 | 30.44 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 29 | 0.22 | 0 | 0.88 | 0.05 | 74.93 | 0.89 | 0.53 |
| Hex | BD | F2 | 1D | 16 | 0 | 58 | 5 | 4B | 59 | 35 |
| Octal | 275 | 362 | 35 | 26 | 0 | 130 | 5 | 113 | 131 | 65 |
| Binary | 10111101 | 11110010 | 11101 | 10110 | 0 | 1011000 | 101 | 1001011 | 1011001 | 110101 |
Color Harmonies of #BDF21D
Complementary color
Monochromatic Colors of #BDF21D
Black with #BDF21D
Text Example
Text Example
White with #BDF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF21D; }
p { color: rgb(189,242,29); }
H1.HeaderClassName
{
color: #BDF21D;
}
.AnyTagClassName
{
color: #BDF21D;
}
</style>
background-color css
<style>
a { background-color: #BDF21D; }
a { background-color: rgb(189,242,29); }
div.DivClassName
{
background-color: #BDF21D;
}
.BgClassName
{
background-color: #BDF21D;
}
</style>
border-color css
<style>
span { border-color: #BDF21D; }
span { border-color: rgb(189,242,29); }
td.TdClassName
{
border-color: #BDF21D;
}
.TagClassName
{
border-color: #BDF21D;
}
</style>