Shades of Inch Worm #BFF01C
Tints of Inch Worm #BFF01C
RGB
CMYK
RGB Variations
Color information
#BFF01C (or 0xBFF01C) is known color: Inch Worm. HEX triplet: BF, F0 and 1C. RGB value is (191,240,28). Sum of RGB (Red+Green+Blue) = 191+240+28=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF01C is #400FE3. Grayscale: #C9C9C9. Windows color (decimal): -4198372 or 1896639. OLE color: 1896639.
HSL color Cylindrical-coordinate representation of color #BFF01C: hue angle of 73.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFF01C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 28 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.06 |
| HSL | 73.87º | 0.88% | 0.53% | - |
| HSV(B) | 73.87º | 0.88% | 0.94% | - |
| XYZ | 52.86 | 73.48 | 12.5 | - |
| YUV | 201.18 | 30.27 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 28 | 0.20 | 0 | 0.88 | 0.06 | 73.87 | 0.88 | 0.53 |
| Hex | BF | F0 | 1C | 14 | 0 | 58 | 6 | 4A | 58 | 35 |
| Octal | 277 | 360 | 34 | 24 | 0 | 130 | 6 | 112 | 130 | 65 |
| Binary | 10111111 | 11110000 | 11100 | 10100 | 0 | 1011000 | 110 | 1001010 | 1011000 | 110101 |
Color Harmonies of #BFF01C
Complementary color
Monochromatic Colors of #BFF01C
Black with #BFF01C
Text Example
Text Example
White with #BFF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF01C; }
p { color: rgb(191,240,28); }
H1.HeaderClassName
{
color: #BFF01C;
}
.AnyTagClassName
{
color: #BFF01C;
}
</style>
background-color css
<style>
a { background-color: #BFF01C; }
a { background-color: rgb(191,240,28); }
div.DivClassName
{
background-color: #BFF01C;
}
.BgClassName
{
background-color: #BFF01C;
}
</style>
border-color css
<style>
span { border-color: #BFF01C; }
span { border-color: rgb(191,240,28); }
td.TdClassName
{
border-color: #BFF01C;
}
.TagClassName
{
border-color: #BFF01C;
}
</style>