Shades of Green Yellow #BFFF30
Tints of Green Yellow #BFFF30
RGB
CMYK
RGB Variations
Color information
#BFFF30 (or 0xBFFF30) is known color: Green Yellow. HEX triplet: BF, FF and 30. RGB value is (191,255,48). Sum of RGB (Red+Green+Blue) = 191+255+48=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF30 is #4000CF. Grayscale: #D5D5D5. Windows color (decimal): -4194512 or 3211199. OLE color: 3211199.
HSL color Cylindrical-coordinate representation of color #BFFF30: hue angle of 78.55º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFFF30 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 48 | - |
| CMYK | 0.25 | 0 | 0.81 | 0 |
| HSL | 78.55º | 1% | 0.59% | - |
| HSV(B) | 78.55º | 0.81% | 1% | - |
| XYZ | 57.78 | 82.81 | 15.73 | - |
| YUV | 212.27 | 35.3 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 48 | 0.25 | 0 | 0.81 | 0 | 78.55 | 1 | 0.59 |
| Hex | BF | FF | 30 | 19 | 0 | 51 | 0 | 4F | 64 | 3B |
| Octal | 277 | 377 | 60 | 31 | 0 | 121 | 0 | 117 | 144 | 73 |
| Binary | 10111111 | 11111111 | 110000 | 11001 | 0 | 1010001 | 0 | 1001111 | 1100100 | 111011 |
Color Harmonies of #BFFF30
Complementary color
Monochromatic Colors of #BFFF30
Black with #BFFF30
Text Example
Text Example
White with #BFFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF30; }
p { color: rgb(191,255,48); }
H1.HeaderClassName
{
color: #BFFF30;
}
.AnyTagClassName
{
color: #BFFF30;
}
</style>
background-color css
<style>
a { background-color: #BFFF30; }
a { background-color: rgb(191,255,48); }
div.DivClassName
{
background-color: #BFFF30;
}
.BgClassName
{
background-color: #BFFF30;
}
</style>
border-color css
<style>
span { border-color: #BFFF30; }
span { border-color: rgb(191,255,48); }
td.TdClassName
{
border-color: #BFFF30;
}
.TagClassName
{
border-color: #BFFF30;
}
</style>