Shades of Green Yellow #BCF92A
Tints of Green Yellow #BCF92A
RGB
CMYK
RGB Variations
Color information
#BCF92A (or 0xBCF92A) is known color: Green Yellow. HEX triplet: BC, F9 and 2A. RGB value is (188,249,42). Sum of RGB (Red+Green+Blue) = 188+249+42=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF92A is #4306D5. Grayscale: #CFCFCF. Windows color (decimal): -4392662 or 2816444. OLE color: 2816444.
HSL color Cylindrical-coordinate representation of color #BCF92A: hue angle of 77.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCF92A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 42 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.02 |
| HSL | 77.68º | 0.95% | 0.57% | - |
| HSV(B) | 77.68º | 0.83% | 0.98% | - |
| XYZ | 55.03 | 78.61 | 14.46 | - |
| YUV | 207.16 | 34.79 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 42 | 0.24 | 0 | 0.83 | 0.02 | 77.68 | 0.95 | 0.57 |
| Hex | BC | F9 | 2A | 18 | 0 | 53 | 2 | 4E | 5F | 39 |
| Octal | 274 | 371 | 52 | 30 | 0 | 123 | 2 | 116 | 137 | 71 |
| Binary | 10111100 | 11111001 | 101010 | 11000 | 0 | 1010011 | 10 | 1001110 | 1011111 | 111001 |
Color Harmonies of #BCF92A
Complementary color
Monochromatic Colors of #BCF92A
Black with #BCF92A
Text Example
Text Example
White with #BCF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF92A; }
p { color: rgb(188,249,42); }
H1.HeaderClassName
{
color: #BCF92A;
}
.AnyTagClassName
{
color: #BCF92A;
}
</style>
background-color css
<style>
a { background-color: #BCF92A; }
a { background-color: rgb(188,249,42); }
div.DivClassName
{
background-color: #BCF92A;
}
.BgClassName
{
background-color: #BCF92A;
}
</style>
border-color css
<style>
span { border-color: #BCF92A; }
span { border-color: rgb(188,249,42); }
td.TdClassName
{
border-color: #BCF92A;
}
.TagClassName
{
border-color: #BCF92A;
}
</style>