Shades of Green Yellow #BCF334
Tints of Green Yellow #BCF334
RGB
CMYK
RGB Variations
Color information
#BCF334 (or 0xBCF334) is known color: Green Yellow. HEX triplet: BC, F3 and 34. RGB value is (188,243,52). Sum of RGB (Red+Green+Blue) = 188+243+52=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF334 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF334 is #430CCB. Grayscale: #CDCDCD. Windows color (decimal): -4394188 or 3470268. OLE color: 3470268.
HSL color Cylindrical-coordinate representation of color #BCF334: hue angle of 77.28º degrees, saturation: 0.89, 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 #BCF334 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 52 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.05 |
| HSL | 77.28º | 0.89% | 0.58% | - |
| HSV(B) | 77.28º | 0.79% | 0.95% | - |
| XYZ | 53.41 | 75.04 | 14.92 | - |
| YUV | 204.78 | 41.78 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 52 | 0.23 | 0 | 0.79 | 0.05 | 77.28 | 0.89 | 0.58 |
| Hex | BC | F3 | 34 | 17 | 0 | 4F | 5 | 4D | 59 | 3A |
| Octal | 274 | 363 | 64 | 27 | 0 | 117 | 5 | 115 | 131 | 72 |
| Binary | 10111100 | 11110011 | 110100 | 10111 | 0 | 1001111 | 101 | 1001101 | 1011001 | 111010 |
Color Harmonies of #BCF334
Complementary color
Monochromatic Colors of #BCF334
Black with #BCF334
Text Example
Text Example
White with #BCF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF334; }
p { color: rgb(188,243,52); }
H1.HeaderClassName
{
color: #BCF334;
}
.AnyTagClassName
{
color: #BCF334;
}
</style>
background-color css
<style>
a { background-color: #BCF334; }
a { background-color: rgb(188,243,52); }
div.DivClassName
{
background-color: #BCF334;
}
.BgClassName
{
background-color: #BCF334;
}
</style>
border-color css
<style>
span { border-color: #BCF334; }
span { border-color: rgb(188,243,52); }
td.TdClassName
{
border-color: #BCF334;
}
.TagClassName
{
border-color: #BCF334;
}
</style>