Shades of Green Yellow #BCFF27
Tints of Green Yellow #BCFF27
RGB
CMYK
RGB Variations
Color information
#BCFF27 (or 0xBCFF27) is known color: Green Yellow. HEX triplet: BC, FF and 27. RGB value is (188,255,39). Sum of RGB (Red+Green+Blue) = 188+255+39=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF27 is #4300D8. Grayscale: #D3D3D3. Windows color (decimal): -4391129 or 2621372. OLE color: 2621372.
HSL color Cylindrical-coordinate representation of color #BCFF27: hue angle of 78.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCFF27 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 39 | - |
| CMYK | 0.26 | 0 | 0.85 | 0 |
| HSL | 78.61º | 1% | 0.58% | - |
| HSV(B) | 78.61º | 0.85% | 1% | - |
| XYZ | 56.87 | 82.36 | 14.82 | - |
| YUV | 210.34 | 31.3 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 39 | 0.26 | 0 | 0.85 | 0 | 78.61 | 1 | 0.58 |
| Hex | BC | FF | 27 | 1A | 0 | 55 | 0 | 4F | 64 | 3A |
| Octal | 274 | 377 | 47 | 32 | 0 | 125 | 0 | 117 | 144 | 72 |
| Binary | 10111100 | 11111111 | 100111 | 11010 | 0 | 1010101 | 0 | 1001111 | 1100100 | 111010 |
Color Harmonies of #BCFF27
Complementary color
Monochromatic Colors of #BCFF27
Black with #BCFF27
Text Example
Text Example
White with #BCFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF27; }
p { color: rgb(188,255,39); }
H1.HeaderClassName
{
color: #BCFF27;
}
.AnyTagClassName
{
color: #BCFF27;
}
</style>
background-color css
<style>
a { background-color: #BCFF27; }
a { background-color: rgb(188,255,39); }
div.DivClassName
{
background-color: #BCFF27;
}
.BgClassName
{
background-color: #BCFF27;
}
</style>
border-color css
<style>
span { border-color: #BCFF27; }
span { border-color: rgb(188,255,39); }
td.TdClassName
{
border-color: #BCFF27;
}
.TagClassName
{
border-color: #BCFF27;
}
</style>