Shades of Green Yellow #BCEF32
Tints of Green Yellow #BCEF32
RGB
CMYK
RGB Variations
Color information
#BCEF32 (or 0xBCEF32) is known color: Green Yellow. HEX triplet: BC, EF and 32. RGB value is (188,239,50). Sum of RGB (Red+Green+Blue) = 188+239+50=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF32 is #4310CD. Grayscale: #CACACA. Windows color (decimal): -4395214 or 3338172. OLE color: 3338172.
HSL color Cylindrical-coordinate representation of color #BCEF32: hue angle of 76.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCEF32 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 50 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.06 |
| HSL | 76.19º | 0.86% | 0.57% | - |
| HSV(B) | 76.19º | 0.79% | 0.94% | - |
| XYZ | 52.18 | 72.65 | 14.29 | - |
| YUV | 202.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 50 | 0.21 | 0 | 0.79 | 0.06 | 76.19 | 0.86 | 0.57 |
| Hex | BC | EF | 32 | 15 | 0 | 4F | 6 | 4C | 56 | 39 |
| Octal | 274 | 357 | 62 | 25 | 0 | 117 | 6 | 114 | 126 | 71 |
| Binary | 10111100 | 11101111 | 110010 | 10101 | 0 | 1001111 | 110 | 1001100 | 1010110 | 111001 |
Color Harmonies of #BCEF32
Complementary color
Monochromatic Colors of #BCEF32
Black with #BCEF32
Text Example
Text Example
White with #BCEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF32; }
p { color: rgb(188,239,50); }
H1.HeaderClassName
{
color: #BCEF32;
}
.AnyTagClassName
{
color: #BCEF32;
}
</style>
background-color css
<style>
a { background-color: #BCEF32; }
a { background-color: rgb(188,239,50); }
div.DivClassName
{
background-color: #BCEF32;
}
.BgClassName
{
background-color: #BCEF32;
}
</style>
border-color css
<style>
span { border-color: #BCEF32; }
span { border-color: rgb(188,239,50); }
td.TdClassName
{
border-color: #BCEF32;
}
.TagClassName
{
border-color: #BCEF32;
}
</style>