Shades of Green Yellow #BCF323
Tints of Green Yellow #BCF323
RGB
CMYK
RGB Variations
Color information
#BCF323 (or 0xBCF323) is known color: Green Yellow. HEX triplet: BC, F3 and 23. RGB value is (188,243,35). Sum of RGB (Red+Green+Blue) = 188+243+35=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF323 is #430CDC. Grayscale: #CBCBCB. Windows color (decimal): -4394205 or 2356156. OLE color: 2356156.
HSL color Cylindrical-coordinate representation of color #BCF323: hue angle of 75.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCF323 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 35 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.05 |
| HSL | 75.87º | 0.9% | 0.55% | - |
| HSV(B) | 75.87º | 0.86% | 0.95% | - |
| XYZ | 53.09 | 74.91 | 13.25 | - |
| YUV | 202.84 | 33.28 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 35 | 0.23 | 0 | 0.86 | 0.05 | 75.87 | 0.9 | 0.55 |
| Hex | BC | F3 | 23 | 17 | 0 | 56 | 5 | 4C | 5A | 37 |
| Octal | 274 | 363 | 43 | 27 | 0 | 126 | 5 | 114 | 132 | 67 |
| Binary | 10111100 | 11110011 | 100011 | 10111 | 0 | 1010110 | 101 | 1001100 | 1011010 | 110111 |
Color Harmonies of #BCF323
Complementary color
Monochromatic Colors of #BCF323
Black with #BCF323
Text Example
Text Example
White with #BCF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF323; }
p { color: rgb(188,243,35); }
H1.HeaderClassName
{
color: #BCF323;
}
.AnyTagClassName
{
color: #BCF323;
}
</style>
background-color css
<style>
a { background-color: #BCF323; }
a { background-color: rgb(188,243,35); }
div.DivClassName
{
background-color: #BCF323;
}
.BgClassName
{
background-color: #BCF323;
}
</style>
border-color css
<style>
span { border-color: #BCF323; }
span { border-color: rgb(188,243,35); }
td.TdClassName
{
border-color: #BCF323;
}
.TagClassName
{
border-color: #BCF323;
}
</style>