Shades of Green Yellow #BCF435
Tints of Green Yellow #BCF435
RGB
CMYK
RGB Variations
Color information
#BCF435 (or 0xBCF435) is known color: Green Yellow. HEX triplet: BC, F4 and 35. RGB value is (188,244,53). Sum of RGB (Red+Green+Blue) = 188+244+53=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF435 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF435 is #430BCA. Grayscale: #CECECE. Windows color (decimal): -4393931 or 3536060. OLE color: 3536060.
HSL color Cylindrical-coordinate representation of color #BCF435: hue angle of 77.59º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCF435 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 53 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.04 |
| HSL | 77.59º | 0.9% | 0.58% | - |
| HSV(B) | 77.59º | 0.78% | 0.96% | - |
| XYZ | 53.73 | 75.65 | 15.14 | - |
| YUV | 205.48 | 41.95 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 53 | 0.23 | 0 | 0.78 | 0.04 | 77.59 | 0.9 | 0.58 |
| Hex | BC | F4 | 35 | 17 | 0 | 4E | 4 | 4E | 5A | 3A |
| Octal | 274 | 364 | 65 | 27 | 0 | 116 | 4 | 116 | 132 | 72 |
| Binary | 10111100 | 11110100 | 110101 | 10111 | 0 | 1001110 | 100 | 1001110 | 1011010 | 111010 |
Color Harmonies of #BCF435
Complementary color
Monochromatic Colors of #BCF435
Black with #BCF435
Text Example
Text Example
White with #BCF435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF435; }
p { color: rgb(188,244,53); }
H1.HeaderClassName
{
color: #BCF435;
}
.AnyTagClassName
{
color: #BCF435;
}
</style>
background-color css
<style>
a { background-color: #BCF435; }
a { background-color: rgb(188,244,53); }
div.DivClassName
{
background-color: #BCF435;
}
.BgClassName
{
background-color: #BCF435;
}
</style>
border-color css
<style>
span { border-color: #BCF435; }
span { border-color: rgb(188,244,53); }
td.TdClassName
{
border-color: #BCF435;
}
.TagClassName
{
border-color: #BCF435;
}
</style>