Shades of Inch Worm #BDF31D
Tints of Inch Worm #BDF31D
RGB
CMYK
RGB Variations
Color information
#BDF31D (or 0xBDF31D) is known color: Inch Worm. HEX triplet: BD, F3 and 1D. RGB value is (189,243,29). Sum of RGB (Red+Green+Blue) = 189+243+29=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF31D is #420CE2. Grayscale: #CBCBCB. Windows color (decimal): -4328675 or 1962941. OLE color: 1962941.
HSL color Cylindrical-coordinate representation of color #BDF31D: hue angle of 75.14º degrees, saturation: 0.9, 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 #BDF31D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 29 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.05 |
| HSL | 75.14º | 0.9% | 0.53% | - |
| HSV(B) | 75.14º | 0.88% | 0.95% | - |
| XYZ | 53.26 | 75.01 | 12.83 | - |
| YUV | 202.46 | 30.11 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 29 | 0.22 | 0 | 0.88 | 0.05 | 75.14 | 0.9 | 0.53 |
| Hex | BD | F3 | 1D | 16 | 0 | 58 | 5 | 4B | 5A | 35 |
| Octal | 275 | 363 | 35 | 26 | 0 | 130 | 5 | 113 | 132 | 65 |
| Binary | 10111101 | 11110011 | 11101 | 10110 | 0 | 1011000 | 101 | 1001011 | 1011010 | 110101 |
Color Harmonies of #BDF31D
Complementary color
Monochromatic Colors of #BDF31D
Black with #BDF31D
Text Example
Text Example
White with #BDF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF31D; }
p { color: rgb(189,243,29); }
H1.HeaderClassName
{
color: #BDF31D;
}
.AnyTagClassName
{
color: #BDF31D;
}
</style>
background-color css
<style>
a { background-color: #BDF31D; }
a { background-color: rgb(189,243,29); }
div.DivClassName
{
background-color: #BDF31D;
}
.BgClassName
{
background-color: #BDF31D;
}
</style>
border-color css
<style>
span { border-color: #BDF31D; }
span { border-color: rgb(189,243,29); }
td.TdClassName
{
border-color: #BDF31D;
}
.TagClassName
{
border-color: #BDF31D;
}
</style>