Shades of Green Yellow #BCF324
Tints of Green Yellow #BCF324
RGB
CMYK
RGB Variations
Color information
#BCF324 (or 0xBCF324) is known color: Green Yellow. HEX triplet: BC, F3 and 24. RGB value is (188,243,36). Sum of RGB (Red+Green+Blue) = 188+243+36=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF324 is #430CDB. Grayscale: #CBCBCB. Windows color (decimal): -4394204 or 2421692. OLE color: 2421692.
HSL color Cylindrical-coordinate representation of color #BCF324: hue angle of 75.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF324 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 36 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.05 |
| HSL | 75.94º | 0.9% | 0.55% | - |
| HSV(B) | 75.94º | 0.85% | 0.95% | - |
| XYZ | 53.11 | 74.92 | 13.33 | - |
| YUV | 202.96 | 33.78 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 36 | 0.23 | 0 | 0.85 | 0.05 | 75.94 | 0.9 | 0.55 |
| Hex | BC | F3 | 24 | 17 | 0 | 55 | 5 | 4C | 5A | 37 |
| Octal | 274 | 363 | 44 | 27 | 0 | 125 | 5 | 114 | 132 | 67 |
| Binary | 10111100 | 11110011 | 100100 | 10111 | 0 | 1010101 | 101 | 1001100 | 1011010 | 110111 |
Color Harmonies of #BCF324
Complementary color
Monochromatic Colors of #BCF324
Black with #BCF324
Text Example
Text Example
White with #BCF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF324; }
p { color: rgb(188,243,36); }
H1.HeaderClassName
{
color: #BCF324;
}
.AnyTagClassName
{
color: #BCF324;
}
</style>
background-color css
<style>
a { background-color: #BCF324; }
a { background-color: rgb(188,243,36); }
div.DivClassName
{
background-color: #BCF324;
}
.BgClassName
{
background-color: #BCF324;
}
</style>
border-color css
<style>
span { border-color: #BCF324; }
span { border-color: rgb(188,243,36); }
td.TdClassName
{
border-color: #BCF324;
}
.TagClassName
{
border-color: #BCF324;
}
</style>