Shades of Green Yellow #BCF83B
Tints of Green Yellow #BCF83B
RGB
CMYK
RGB Variations
Color information
#BCF83B (or 0xBCF83B) is known color: Green Yellow. HEX triplet: BC, F8 and 3B. RGB value is (188,248,59). Sum of RGB (Red+Green+Blue) = 188+248+59=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF83B is #4307C4. Grayscale: #D1D1D1. Windows color (decimal): -4392901 or 3930300. OLE color: 3930300.
HSL color Cylindrical-coordinate representation of color #BCF83B: hue angle of 79.05º 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 #BCF83B is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 59 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.03 |
| HSL | 79.05º | 0.93% | 0.6% | - |
| HSV(B) | 79.05º | 0.76% | 0.97% | - |
| XYZ | 55.1 | 78.14 | 16.32 | - |
| YUV | 208.51 | 43.62 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 59 | 0.24 | 0 | 0.76 | 0.03 | 79.05 | 0.93 | 0.6 |
| Hex | BC | F8 | 3B | 18 | 0 | 4C | 3 | 4F | 5D | 3C |
| Octal | 274 | 370 | 73 | 30 | 0 | 114 | 3 | 117 | 135 | 74 |
| Binary | 10111100 | 11111000 | 111011 | 11000 | 0 | 1001100 | 11 | 1001111 | 1011101 | 111100 |
Color Harmonies of #BCF83B
Complementary color
Monochromatic Colors of #BCF83B
Black with #BCF83B
Text Example
Text Example
White with #BCF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF83B; }
p { color: rgb(188,248,59); }
H1.HeaderClassName
{
color: #BCF83B;
}
.AnyTagClassName
{
color: #BCF83B;
}
</style>
background-color css
<style>
a { background-color: #BCF83B; }
a { background-color: rgb(188,248,59); }
div.DivClassName
{
background-color: #BCF83B;
}
.BgClassName
{
background-color: #BCF83B;
}
</style>
border-color css
<style>
span { border-color: #BCF83B; }
span { border-color: rgb(188,248,59); }
td.TdClassName
{
border-color: #BCF83B;
}
.TagClassName
{
border-color: #BCF83B;
}
</style>