Shades of Green Yellow #BCF338
Tints of Green Yellow #BCF338
RGB
CMYK
RGB Variations
Color information
#BCF338 (or 0xBCF338) is known color: Green Yellow. HEX triplet: BC, F3 and 38. RGB value is (188,243,56). Sum of RGB (Red+Green+Blue) = 188+243+56=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF338 is #430CC7. Grayscale: #CDCDCD. Windows color (decimal): -4394184 or 3732412. OLE color: 3732412.
HSL color Cylindrical-coordinate representation of color #BCF338: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCF338 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 56 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.05 |
| HSL | 77.65º | 0.89% | 0.59% | - |
| HSV(B) | 77.65º | 0.77% | 0.95% | - |
| XYZ | 53.5 | 75.08 | 15.41 | - |
| YUV | 205.24 | 43.78 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 56 | 0.23 | 0 | 0.77 | 0.05 | 77.65 | 0.89 | 0.59 |
| Hex | BC | F3 | 38 | 17 | 0 | 4D | 5 | 4E | 59 | 3B |
| Octal | 274 | 363 | 70 | 27 | 0 | 115 | 5 | 116 | 131 | 73 |
| Binary | 10111100 | 11110011 | 111000 | 10111 | 0 | 1001101 | 101 | 1001110 | 1011001 | 111011 |
Color Harmonies of #BCF338
Complementary color
Monochromatic Colors of #BCF338
Black with #BCF338
Text Example
Text Example
White with #BCF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF338; }
p { color: rgb(188,243,56); }
H1.HeaderClassName
{
color: #BCF338;
}
.AnyTagClassName
{
color: #BCF338;
}
</style>
background-color css
<style>
a { background-color: #BCF338; }
a { background-color: rgb(188,243,56); }
div.DivClassName
{
background-color: #BCF338;
}
.BgClassName
{
background-color: #BCF338;
}
</style>
border-color css
<style>
span { border-color: #BCF338; }
span { border-color: rgb(188,243,56); }
td.TdClassName
{
border-color: #BCF338;
}
.TagClassName
{
border-color: #BCF338;
}
</style>