Shades of Inch Worm #BDEF21
Tints of Inch Worm #BDEF21
RGB
CMYK
RGB Variations
Color information
#BDEF21 (or 0xBDEF21) is known color: Inch Worm. HEX triplet: BD, EF and 21. RGB value is (189,239,33). Sum of RGB (Red+Green+Blue) = 189+239+33=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF21 is #4210DE. Grayscale: #C9C9C9. Windows color (decimal): -4329695 or 2224061. OLE color: 2224061.
HSL color Cylindrical-coordinate representation of color #BDEF21: hue angle of 74.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDEF21 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 33 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.06 |
| HSL | 74.56º | 0.87% | 0.53% | - |
| HSV(B) | 74.56º | 0.86% | 0.94% | - |
| XYZ | 52.13 | 72.66 | 12.72 | - |
| YUV | 200.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 33 | 0.21 | 0 | 0.86 | 0.06 | 74.56 | 0.87 | 0.53 |
| Hex | BD | EF | 21 | 15 | 0 | 56 | 6 | 4B | 57 | 35 |
| Octal | 275 | 357 | 41 | 25 | 0 | 126 | 6 | 113 | 127 | 65 |
| Binary | 10111101 | 11101111 | 100001 | 10101 | 0 | 1010110 | 110 | 1001011 | 1010111 | 110101 |
Color Harmonies of #BDEF21
Complementary color
Monochromatic Colors of #BDEF21
Black with #BDEF21
Text Example
Text Example
White with #BDEF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF21; }
p { color: rgb(189,239,33); }
H1.HeaderClassName
{
color: #BDEF21;
}
.AnyTagClassName
{
color: #BDEF21;
}
</style>
background-color css
<style>
a { background-color: #BDEF21; }
a { background-color: rgb(189,239,33); }
div.DivClassName
{
background-color: #BDEF21;
}
.BgClassName
{
background-color: #BDEF21;
}
</style>
border-color css
<style>
span { border-color: #BDEF21; }
span { border-color: rgb(189,239,33); }
td.TdClassName
{
border-color: #BDEF21;
}
.TagClassName
{
border-color: #BDEF21;
}
</style>