Shades of Green Yellow #BCF83C
Tints of Green Yellow #BCF83C
RGB
CMYK
RGB Variations
Color information
#BCF83C (or 0xBCF83C) is known color: Green Yellow. HEX triplet: BC, F8 and 3C. RGB value is (188,248,60). Sum of RGB (Red+Green+Blue) = 188+248+60=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF83C is #4307C3. Grayscale: #D1D1D1. Windows color (decimal): -4392900 or 3995836. OLE color: 3995836.
HSL color Cylindrical-coordinate representation of color #BCF83C: hue angle of 79.15º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCF83C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 60 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.03 |
| HSL | 79.15º | 0.93% | 0.6% | - |
| HSV(B) | 79.15º | 0.76% | 0.97% | - |
| XYZ | 55.12 | 78.15 | 16.45 | - |
| YUV | 208.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 60 | 0.24 | 0 | 0.76 | 0.03 | 79.15 | 0.93 | 0.6 |
| Hex | BC | F8 | 3C | 18 | 0 | 4C | 3 | 4F | 5D | 3C |
| Octal | 274 | 370 | 74 | 30 | 0 | 114 | 3 | 117 | 135 | 74 |
| Binary | 10111100 | 11111000 | 111100 | 11000 | 0 | 1001100 | 11 | 1001111 | 1011101 | 111100 |
Color Harmonies of #BCF83C
Complementary color
Monochromatic Colors of #BCF83C
Black with #BCF83C
Text Example
Text Example
White with #BCF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF83C; }
p { color: rgb(188,248,60); }
H1.HeaderClassName
{
color: #BCF83C;
}
.AnyTagClassName
{
color: #BCF83C;
}
</style>
background-color css
<style>
a { background-color: #BCF83C; }
a { background-color: rgb(188,248,60); }
div.DivClassName
{
background-color: #BCF83C;
}
.BgClassName
{
background-color: #BCF83C;
}
</style>
border-color css
<style>
span { border-color: #BCF83C; }
span { border-color: rgb(188,248,60); }
td.TdClassName
{
border-color: #BCF83C;
}
.TagClassName
{
border-color: #BCF83C;
}
</style>