Shades of Inch Worm #BFED25
Tints of Inch Worm #BFED25
RGB
CMYK
RGB Variations
Color information
#BFED25 (or 0xBFED25) is known color: Inch Worm. HEX triplet: BF, ED and 25. RGB value is (191,237,37). Sum of RGB (Red+Green+Blue) = 191+237+37=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED25 is #4012DA. Grayscale: #C9C9C9. Windows color (decimal): -4199131 or 2485695. OLE color: 2485695.
HSL color Cylindrical-coordinate representation of color #BFED25: hue angle of 73.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFED25 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 37 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.07 |
| HSL | 73.8º | 0.85% | 0.54% | - |
| HSV(B) | 73.8º | 0.84% | 0.93% | - |
| XYZ | 52.1 | 71.78 | 12.86 | - |
| YUV | 200.45 | 35.76 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 37 | 0.19 | 0 | 0.84 | 0.07 | 73.8 | 0.85 | 0.54 |
| Hex | BF | ED | 25 | 13 | 0 | 54 | 7 | 4A | 55 | 36 |
| Octal | 277 | 355 | 45 | 23 | 0 | 124 | 7 | 112 | 125 | 66 |
| Binary | 10111111 | 11101101 | 100101 | 10011 | 0 | 1010100 | 111 | 1001010 | 1010101 | 110110 |
Color Harmonies of #BFED25
Complementary color
Monochromatic Colors of #BFED25
Black with #BFED25
Text Example
Text Example
White with #BFED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED25; }
p { color: rgb(191,237,37); }
H1.HeaderClassName
{
color: #BFED25;
}
.AnyTagClassName
{
color: #BFED25;
}
</style>
background-color css
<style>
a { background-color: #BFED25; }
a { background-color: rgb(191,237,37); }
div.DivClassName
{
background-color: #BFED25;
}
.BgClassName
{
background-color: #BFED25;
}
</style>
border-color css
<style>
span { border-color: #BFED25; }
span { border-color: rgb(191,237,37); }
td.TdClassName
{
border-color: #BFED25;
}
.TagClassName
{
border-color: #BFED25;
}
</style>