Shades of Inch Worm #BFF20D
Tints of Inch Worm #BFF20D
RGB
CMYK
RGB Variations
Color information
#BFF20D (or 0xBFF20D) is known color: Inch Worm. HEX triplet: BF, F2 and 0D. RGB value is (191,242,13). Sum of RGB (Red+Green+Blue) = 191+242+13=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF20D is #400DF2. Grayscale: #C9C9C9. Windows color (decimal): -4197875 or 914111. OLE color: 914111.
HSL color Cylindrical-coordinate representation of color #BFF20D: hue angle of 73.36º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF20D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.36º | 0.9% | 0.5% | - |
| HSV(B) | 73.36º | 0.95% | 0.95% | - |
| XYZ | 53.31 | 74.61 | 11.97 | - |
| YUV | 200.65 | 22.1 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 13 | 0.21 | 0 | 0.95 | 0.05 | 73.36 | 0.9 | 0.5 |
| Hex | BF | F2 | D | 15 | 0 | 5F | 5 | 49 | 5A | 32 |
| Octal | 277 | 362 | 15 | 25 | 0 | 137 | 5 | 111 | 132 | 62 |
| Binary | 10111111 | 11110010 | 1101 | 10101 | 0 | 1011111 | 101 | 1001001 | 1011010 | 110010 |
Color Harmonies of #BFF20D
Complementary color
Monochromatic Colors of #BFF20D
Black with #BFF20D
Text Example
Text Example
White with #BFF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF20D; }
p { color: rgb(191,242,13); }
H1.HeaderClassName
{
color: #BFF20D;
}
.AnyTagClassName
{
color: #BFF20D;
}
</style>
background-color css
<style>
a { background-color: #BFF20D; }
a { background-color: rgb(191,242,13); }
div.DivClassName
{
background-color: #BFF20D;
}
.BgClassName
{
background-color: #BFF20D;
}
</style>
border-color css
<style>
span { border-color: #BFF20D; }
span { border-color: rgb(191,242,13); }
td.TdClassName
{
border-color: #BFF20D;
}
.TagClassName
{
border-color: #BFF20D;
}
</style>