Shades of Green Yellow #BCF240
Tints of Green Yellow #BCF240
RGB
CMYK
RGB Variations
Color information
#BCF240 (or 0xBCF240) is known color: Green Yellow. HEX triplet: BC, F2 and 40. RGB value is (188,242,64). Sum of RGB (Red+Green+Blue) = 188+242+64=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF240 is #430DBF. Grayscale: #CECECE. Windows color (decimal): -4394432 or 4256444. OLE color: 4256444.
HSL color Cylindrical-coordinate representation of color #BCF240: hue angle of 78.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCF240 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 64 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.05 |
| HSL | 78.2º | 0.87% | 0.6% | - |
| HSV(B) | 78.2º | 0.74% | 0.95% | - |
| XYZ | 53.42 | 74.57 | 16.43 | - |
| YUV | 205.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 64 | 0.22 | 0 | 0.74 | 0.05 | 78.2 | 0.87 | 0.6 |
| Hex | BC | F2 | 40 | 16 | 0 | 4A | 5 | 4E | 57 | 3C |
| Octal | 274 | 362 | 100 | 26 | 0 | 112 | 5 | 116 | 127 | 74 |
| Binary | 10111100 | 11110010 | 1000000 | 10110 | 0 | 1001010 | 101 | 1001110 | 1010111 | 111100 |
Color Harmonies of #BCF240
Complementary color
Monochromatic Colors of #BCF240
Black with #BCF240
Text Example
Text Example
White with #BCF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF240; }
p { color: rgb(188,242,64); }
H1.HeaderClassName
{
color: #BCF240;
}
.AnyTagClassName
{
color: #BCF240;
}
</style>
background-color css
<style>
a { background-color: #BCF240; }
a { background-color: rgb(188,242,64); }
div.DivClassName
{
background-color: #BCF240;
}
.BgClassName
{
background-color: #BCF240;
}
</style>
border-color css
<style>
span { border-color: #BCF240; }
span { border-color: rgb(188,242,64); }
td.TdClassName
{
border-color: #BCF240;
}
.TagClassName
{
border-color: #BCF240;
}
</style>