Shades of Green Yellow #BFF135
Tints of Green Yellow #BFF135
RGB
CMYK
RGB Variations
Color information
#BFF135 (or 0xBFF135) is known color: Green Yellow. HEX triplet: BF, F1 and 35. RGB value is (191,241,53). Sum of RGB (Red+Green+Blue) = 191+241+53=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF135 is #400ECA. Grayscale: #CDCDCD. Windows color (decimal): -4198091 or 3535295. OLE color: 3535295.
HSL color Cylindrical-coordinate representation of color #BFF135: hue angle of 75.96º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFF135 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 53 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.05 |
| HSL | 75.96º | 0.87% | 0.58% | - |
| HSV(B) | 75.96º | 0.78% | 0.95% | - |
| XYZ | 53.58 | 74.24 | 14.87 | - |
| YUV | 204.62 | 42.44 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 53 | 0.21 | 0 | 0.78 | 0.05 | 75.96 | 0.87 | 0.58 |
| Hex | BF | F1 | 35 | 15 | 0 | 4E | 5 | 4C | 57 | 3A |
| Octal | 277 | 361 | 65 | 25 | 0 | 116 | 5 | 114 | 127 | 72 |
| Binary | 10111111 | 11110001 | 110101 | 10101 | 0 | 1001110 | 101 | 1001100 | 1010111 | 111010 |
Color Harmonies of #BFF135
Complementary color
Monochromatic Colors of #BFF135
Black with #BFF135
Text Example
Text Example
White with #BFF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF135; }
p { color: rgb(191,241,53); }
H1.HeaderClassName
{
color: #BFF135;
}
.AnyTagClassName
{
color: #BFF135;
}
</style>
background-color css
<style>
a { background-color: #BFF135; }
a { background-color: rgb(191,241,53); }
div.DivClassName
{
background-color: #BFF135;
}
.BgClassName
{
background-color: #BFF135;
}
</style>
border-color css
<style>
span { border-color: #BFF135; }
span { border-color: rgb(191,241,53); }
td.TdClassName
{
border-color: #BFF135;
}
.TagClassName
{
border-color: #BFF135;
}
</style>