Shades of Inch Worm #BFED19
Tints of Inch Worm #BFED19
RGB
CMYK
RGB Variations
Color information
#BFED19 (or 0xBFED19) is known color: Inch Worm. HEX triplet: BF, ED and 19. RGB value is (191,237,25). Sum of RGB (Red+Green+Blue) = 191+237+25=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED19 is #4012E6. Grayscale: #C7C7C7. Windows color (decimal): -4199143 or 1699263. OLE color: 1699263.
HSL color Cylindrical-coordinate representation of color #BFED19: hue angle of 73.02º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFED19 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 25 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.07 |
| HSL | 73.02º | 0.85% | 0.51% | - |
| HSV(B) | 73.02º | 0.89% | 0.93% | - |
| XYZ | 51.95 | 71.71 | 12.02 | - |
| YUV | 199.08 | 29.76 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 25 | 0.19 | 0 | 0.89 | 0.07 | 73.02 | 0.85 | 0.51 |
| Hex | BF | ED | 19 | 13 | 0 | 59 | 7 | 49 | 55 | 33 |
| Octal | 277 | 355 | 31 | 23 | 0 | 131 | 7 | 111 | 125 | 63 |
| Binary | 10111111 | 11101101 | 11001 | 10011 | 0 | 1011001 | 111 | 1001001 | 1010101 | 110011 |
Color Harmonies of #BFED19
Complementary color
Monochromatic Colors of #BFED19
Black with #BFED19
Text Example
Text Example
White with #BFED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED19; }
p { color: rgb(191,237,25); }
H1.HeaderClassName
{
color: #BFED19;
}
.AnyTagClassName
{
color: #BFED19;
}
</style>
background-color css
<style>
a { background-color: #BFED19; }
a { background-color: rgb(191,237,25); }
div.DivClassName
{
background-color: #BFED19;
}
.BgClassName
{
background-color: #BFED19;
}
</style>
border-color css
<style>
span { border-color: #BFED19; }
span { border-color: rgb(191,237,25); }
td.TdClassName
{
border-color: #BFED19;
}
.TagClassName
{
border-color: #BFED19;
}
</style>