Shades of Inch Worm #BFF31D
Tints of Inch Worm #BFF31D
RGB
CMYK
RGB Variations
Color information
#BFF31D (or 0xBFF31D) is known color: Inch Worm. HEX triplet: BF, F3 and 1D. RGB value is (191,243,29). Sum of RGB (Red+Green+Blue) = 191+243+29=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF31D is #400CE2. Grayscale: #CBCBCB. Windows color (decimal): -4197603 or 1962943. OLE color: 1962943.
HSL color Cylindrical-coordinate representation of color #BFF31D: hue angle of 74.58º 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 #BFF31D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.05 |
| HSL | 74.58º | 0.9% | 0.53% | - |
| HSV(B) | 74.58º | 0.88% | 0.95% | - |
| XYZ | 53.76 | 75.27 | 12.86 | - |
| YUV | 203.06 | 29.77 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 29 | 0.21 | 0 | 0.88 | 0.05 | 74.58 | 0.9 | 0.53 |
| Hex | BF | F3 | 1D | 15 | 0 | 58 | 5 | 4B | 5A | 35 |
| Octal | 277 | 363 | 35 | 25 | 0 | 130 | 5 | 113 | 132 | 65 |
| Binary | 10111111 | 11110011 | 11101 | 10101 | 0 | 1011000 | 101 | 1001011 | 1011010 | 110101 |
Color Harmonies of #BFF31D
Complementary color
Monochromatic Colors of #BFF31D
Black with #BFF31D
Text Example
Text Example
White with #BFF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF31D; }
p { color: rgb(191,243,29); }
H1.HeaderClassName
{
color: #BFF31D;
}
.AnyTagClassName
{
color: #BFF31D;
}
</style>
background-color css
<style>
a { background-color: #BFF31D; }
a { background-color: rgb(191,243,29); }
div.DivClassName
{
background-color: #BFF31D;
}
.BgClassName
{
background-color: #BFF31D;
}
</style>
border-color css
<style>
span { border-color: #BFF31D; }
span { border-color: rgb(191,243,29); }
td.TdClassName
{
border-color: #BFF31D;
}
.TagClassName
{
border-color: #BFF31D;
}
</style>