Shades of Green Yellow #BCFF45
Tints of Green Yellow #BCFF45
RGB
CMYK
RGB Variations
Color information
#BCFF45 (or 0xBCFF45) is known color: Green Yellow. HEX triplet: BC, FF and 45. RGB value is (188,255,69). Sum of RGB (Red+Green+Blue) = 188+255+69=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF45 is #4300BA. Grayscale: #D6D6D6. Windows color (decimal): -4391099 or 4587452. OLE color: 4587452.
HSL color Cylindrical-coordinate representation of color #BCFF45: hue angle of 81.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCFF45 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 69 | - |
| CMYK | 0.26 | 0 | 0.73 | 0 |
| HSL | 81.61º | 1% | 0.64% | - |
| HSV(B) | 81.61º | 0.73% | 1% | - |
| XYZ | 57.57 | 82.64 | 18.55 | - |
| YUV | 213.76 | 46.3 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 69 | 0.26 | 0 | 0.73 | 0 | 81.61 | 1 | 0.64 |
| Hex | BC | FF | 45 | 1A | 0 | 49 | 0 | 52 | 64 | 40 |
| Octal | 274 | 377 | 105 | 32 | 0 | 111 | 0 | 122 | 144 | 100 |
| Binary | 10111100 | 11111111 | 1000101 | 11010 | 0 | 1001001 | 0 | 1010010 | 1100100 | 1000000 |
Color Harmonies of #BCFF45
Complementary color
Monochromatic Colors of #BCFF45
Black with #BCFF45
Text Example
Text Example
White with #BCFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF45; }
p { color: rgb(188,255,69); }
H1.HeaderClassName
{
color: #BCFF45;
}
.AnyTagClassName
{
color: #BCFF45;
}
</style>
background-color css
<style>
a { background-color: #BCFF45; }
a { background-color: rgb(188,255,69); }
div.DivClassName
{
background-color: #BCFF45;
}
.BgClassName
{
background-color: #BCFF45;
}
</style>
border-color css
<style>
span { border-color: #BCFF45; }
span { border-color: rgb(188,255,69); }
td.TdClassName
{
border-color: #BCFF45;
}
.TagClassName
{
border-color: #BCFF45;
}
</style>