Shades of Inch Worm #BDF319
Tints of Inch Worm #BDF319
RGB
CMYK
RGB Variations
Color information
#BDF319 (or 0xBDF319) is known color: Inch Worm. HEX triplet: BD, F3 and 19. RGB value is (189,243,25). Sum of RGB (Red+Green+Blue) = 189+243+25=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF319 is #420CE6. Grayscale: #CACACA. Windows color (decimal): -4328679 or 1700797. OLE color: 1700797.
HSL color Cylindrical-coordinate representation of color #BDF319: hue angle of 74.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF319 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 25 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.05 |
| HSL | 74.86º | 0.9% | 0.53% | - |
| HSV(B) | 74.86º | 0.9% | 0.95% | - |
| XYZ | 53.21 | 74.99 | 12.59 | - |
| YUV | 202 | 28.11 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 25 | 0.22 | 0 | 0.90 | 0.05 | 74.86 | 0.9 | 0.53 |
| Hex | BD | F3 | 19 | 16 | 0 | 5A | 5 | 4B | 5A | 35 |
| Octal | 275 | 363 | 31 | 26 | 0 | 132 | 5 | 113 | 132 | 65 |
| Binary | 10111101 | 11110011 | 11001 | 10110 | 0 | 1011010 | 101 | 1001011 | 1011010 | 110101 |
Color Harmonies of #BDF319
Complementary color
Monochromatic Colors of #BDF319
Black with #BDF319
Text Example
Text Example
White with #BDF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF319; }
p { color: rgb(189,243,25); }
H1.HeaderClassName
{
color: #BDF319;
}
.AnyTagClassName
{
color: #BDF319;
}
</style>
background-color css
<style>
a { background-color: #BDF319; }
a { background-color: rgb(189,243,25); }
div.DivClassName
{
background-color: #BDF319;
}
.BgClassName
{
background-color: #BDF319;
}
</style>
border-color css
<style>
span { border-color: #BDF319; }
span { border-color: rgb(189,243,25); }
td.TdClassName
{
border-color: #BDF319;
}
.TagClassName
{
border-color: #BDF319;
}
</style>