Shades of Green Yellow #BCF33B
Tints of Green Yellow #BCF33B
RGB
CMYK
RGB Variations
Color information
#BCF33B (or 0xBCF33B) is known color: Green Yellow. HEX triplet: BC, F3 and 3B. RGB value is (188,243,59). Sum of RGB (Red+Green+Blue) = 188+243+59=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF33B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF33B is #430CC4. Grayscale: #CECECE. Windows color (decimal): -4394181 or 3929020. OLE color: 3929020.
HSL color Cylindrical-coordinate representation of color #BCF33B: hue angle of 77.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCF33B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 59 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.05 |
| HSL | 77.93º | 0.88% | 0.59% | - |
| HSV(B) | 77.93º | 0.76% | 0.95% | - |
| XYZ | 53.58 | 75.11 | 15.81 | - |
| YUV | 205.58 | 45.28 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 59 | 0.23 | 0 | 0.76 | 0.05 | 77.93 | 0.88 | 0.59 |
| Hex | BC | F3 | 3B | 17 | 0 | 4C | 5 | 4E | 58 | 3B |
| Octal | 274 | 363 | 73 | 27 | 0 | 114 | 5 | 116 | 130 | 73 |
| Binary | 10111100 | 11110011 | 111011 | 10111 | 0 | 1001100 | 101 | 1001110 | 1011000 | 111011 |
Color Harmonies of #BCF33B
Complementary color
Monochromatic Colors of #BCF33B
Black with #BCF33B
Text Example
Text Example
White with #BCF33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF33B; }
p { color: rgb(188,243,59); }
H1.HeaderClassName
{
color: #BCF33B;
}
.AnyTagClassName
{
color: #BCF33B;
}
</style>
background-color css
<style>
a { background-color: #BCF33B; }
a { background-color: rgb(188,243,59); }
div.DivClassName
{
background-color: #BCF33B;
}
.BgClassName
{
background-color: #BCF33B;
}
</style>
border-color css
<style>
span { border-color: #BCF33B; }
span { border-color: rgb(188,243,59); }
td.TdClassName
{
border-color: #BCF33B;
}
.TagClassName
{
border-color: #BCF33B;
}
</style>