Shades of Inch Worm #BDF31C
Tints of Inch Worm #BDF31C
RGB
CMYK
RGB Variations
Color information
#BDF31C (or 0xBDF31C) is known color: Inch Worm. HEX triplet: BD, F3 and 1C. RGB value is (189,243,28). Sum of RGB (Red+Green+Blue) = 189+243+28=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF31C is #420CE3. Grayscale: #CBCBCB. Windows color (decimal): -4328676 or 1897405. OLE color: 1897405.
HSL color Cylindrical-coordinate representation of color #BDF31C: hue angle of 75.07º 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 #BDF31C is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 28 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.05 |
| HSL | 75.07º | 0.9% | 0.53% | - |
| HSV(B) | 75.07º | 0.88% | 0.95% | - |
| XYZ | 53.25 | 75 | 12.77 | - |
| YUV | 202.34 | 29.61 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 28 | 0.22 | 0 | 0.88 | 0.05 | 75.07 | 0.9 | 0.53 |
| Hex | BD | F3 | 1C | 16 | 0 | 58 | 5 | 4B | 5A | 35 |
| Octal | 275 | 363 | 34 | 26 | 0 | 130 | 5 | 113 | 132 | 65 |
| Binary | 10111101 | 11110011 | 11100 | 10110 | 0 | 1011000 | 101 | 1001011 | 1011010 | 110101 |
Color Harmonies of #BDF31C
Complementary color
Monochromatic Colors of #BDF31C
Black with #BDF31C
Text Example
Text Example
White with #BDF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF31C; }
p { color: rgb(189,243,28); }
H1.HeaderClassName
{
color: #BDF31C;
}
.AnyTagClassName
{
color: #BDF31C;
}
</style>
background-color css
<style>
a { background-color: #BDF31C; }
a { background-color: rgb(189,243,28); }
div.DivClassName
{
background-color: #BDF31C;
}
.BgClassName
{
background-color: #BDF31C;
}
</style>
border-color css
<style>
span { border-color: #BDF31C; }
span { border-color: rgb(189,243,28); }
td.TdClassName
{
border-color: #BDF31C;
}
.TagClassName
{
border-color: #BDF31C;
}
</style>