Shades of Green Yellow #BCF23F
Tints of Green Yellow #BCF23F
RGB
CMYK
RGB Variations
Color information
#BCF23F (or 0xBCF23F) is known color: Green Yellow. HEX triplet: BC, F2 and 3F. RGB value is (188,242,63). Sum of RGB (Red+Green+Blue) = 188+242+63=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF23F is #430DC0. Grayscale: #CECECE. Windows color (decimal): -4394433 or 4190908. OLE color: 4190908.
HSL color Cylindrical-coordinate representation of color #BCF23F: hue angle of 78.1º 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 #BCF23F is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 63 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.05 |
| HSL | 78.1º | 0.87% | 0.6% | - |
| HSV(B) | 78.1º | 0.74% | 0.95% | - |
| XYZ | 53.39 | 74.55 | 16.28 | - |
| YUV | 205.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 63 | 0.22 | 0 | 0.74 | 0.05 | 78.1 | 0.87 | 0.6 |
| Hex | BC | F2 | 3F | 16 | 0 | 4A | 5 | 4E | 57 | 3C |
| Octal | 274 | 362 | 77 | 26 | 0 | 112 | 5 | 116 | 127 | 74 |
| Binary | 10111100 | 11110010 | 111111 | 10110 | 0 | 1001010 | 101 | 1001110 | 1010111 | 111100 |
Color Harmonies of #BCF23F
Complementary color
Monochromatic Colors of #BCF23F
Black with #BCF23F
Text Example
Text Example
White with #BCF23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF23F; }
p { color: rgb(188,242,63); }
H1.HeaderClassName
{
color: #BCF23F;
}
.AnyTagClassName
{
color: #BCF23F;
}
</style>
background-color css
<style>
a { background-color: #BCF23F; }
a { background-color: rgb(188,242,63); }
div.DivClassName
{
background-color: #BCF23F;
}
.BgClassName
{
background-color: #BCF23F;
}
</style>
border-color css
<style>
span { border-color: #BCF23F; }
span { border-color: rgb(188,242,63); }
td.TdClassName
{
border-color: #BCF23F;
}
.TagClassName
{
border-color: #BCF23F;
}
</style>