Shades of Green Yellow #BCF234
Tints of Green Yellow #BCF234
RGB
CMYK
RGB Variations
Color information
#BCF234 (or 0xBCF234) is known color: Green Yellow. HEX triplet: BC, F2 and 34. RGB value is (188,242,52). Sum of RGB (Red+Green+Blue) = 188+242+52=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF234 is #430DCB. Grayscale: #CCCCCC. Windows color (decimal): -4394444 or 3470012. OLE color: 3470012.
HSL color Cylindrical-coordinate representation of color #BCF234: hue angle of 77.05º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCF234 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 52 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.05 |
| HSL | 77.05º | 0.88% | 0.58% | - |
| HSV(B) | 77.05º | 0.79% | 0.95% | - |
| XYZ | 53.11 | 74.44 | 14.82 | - |
| YUV | 204.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 52 | 0.22 | 0 | 0.79 | 0.05 | 77.05 | 0.88 | 0.58 |
| Hex | BC | F2 | 34 | 16 | 0 | 4F | 5 | 4D | 58 | 3A |
| Octal | 274 | 362 | 64 | 26 | 0 | 117 | 5 | 115 | 130 | 72 |
| Binary | 10111100 | 11110010 | 110100 | 10110 | 0 | 1001111 | 101 | 1001101 | 1011000 | 111010 |
Color Harmonies of #BCF234
Complementary color
Monochromatic Colors of #BCF234
Black with #BCF234
Text Example
Text Example
White with #BCF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF234; }
p { color: rgb(188,242,52); }
H1.HeaderClassName
{
color: #BCF234;
}
.AnyTagClassName
{
color: #BCF234;
}
</style>
background-color css
<style>
a { background-color: #BCF234; }
a { background-color: rgb(188,242,52); }
div.DivClassName
{
background-color: #BCF234;
}
.BgClassName
{
background-color: #BCF234;
}
</style>
border-color css
<style>
span { border-color: #BCF234; }
span { border-color: rgb(188,242,52); }
td.TdClassName
{
border-color: #BCF234;
}
.TagClassName
{
border-color: #BCF234;
}
</style>