Shades of Green Yellow #BCF242
Tints of Green Yellow #BCF242
RGB
CMYK
RGB Variations
Color information
#BCF242 (or 0xBCF242) is known color: Green Yellow. HEX triplet: BC, F2 and 42. RGB value is (188,242,66). Sum of RGB (Red+Green+Blue) = 188+242+66=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF242 is #430DBD. Grayscale: #CECECE. Windows color (decimal): -4394430 or 4387516. OLE color: 4387516.
HSL color Cylindrical-coordinate representation of color #BCF242: hue angle of 78.41º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCF242 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 66 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.05 |
| HSL | 78.41º | 0.87% | 0.6% | - |
| HSV(B) | 78.41º | 0.73% | 0.95% | - |
| XYZ | 53.47 | 74.59 | 16.73 | - |
| YUV | 205.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 66 | 0.22 | 0 | 0.73 | 0.05 | 78.41 | 0.87 | 0.6 |
| Hex | BC | F2 | 42 | 16 | 0 | 49 | 5 | 4E | 57 | 3C |
| Octal | 274 | 362 | 102 | 26 | 0 | 111 | 5 | 116 | 127 | 74 |
| Binary | 10111100 | 11110010 | 1000010 | 10110 | 0 | 1001001 | 101 | 1001110 | 1010111 | 111100 |
Color Harmonies of #BCF242
Complementary color
Monochromatic Colors of #BCF242
Black with #BCF242
Text Example
Text Example
White with #BCF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF242; }
p { color: rgb(188,242,66); }
H1.HeaderClassName
{
color: #BCF242;
}
.AnyTagClassName
{
color: #BCF242;
}
</style>
background-color css
<style>
a { background-color: #BCF242; }
a { background-color: rgb(188,242,66); }
div.DivClassName
{
background-color: #BCF242;
}
.BgClassName
{
background-color: #BCF242;
}
</style>
border-color css
<style>
span { border-color: #BCF242; }
span { border-color: rgb(188,242,66); }
td.TdClassName
{
border-color: #BCF242;
}
.TagClassName
{
border-color: #BCF242;
}
</style>