Shades of Madang #BCF39A
Tints of Madang #BCF39A
RGB
CMYK
RGB Variations
Color information
#BCF39A (or 0xBCF39A) is known color: Madang. HEX triplet: BC, F3 and 9A. RGB value is (188,243,154). Sum of RGB (Red+Green+Blue) = 188+243+154=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF39A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF39A is #430C65. Grayscale: #D8D8D8. Windows color (decimal): -4394086 or 10154940. OLE color: 10154940.
HSL color Cylindrical-coordinate representation of color #BCF39A: hue angle of 97.08º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF39A is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 154 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.05 |
| HSL | 97.08º | 0.79% | 0.78% | - |
| HSV(B) | 97.08º | 0.37% | 0.95% | - |
| XYZ | 58.62 | 77.13 | 42.37 | - |
| YUV | 216.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 154 | 0.23 | 0 | 0.37 | 0.05 | 97.08 | 0.79 | 0.78 |
| Hex | BC | F3 | 9A | 17 | 0 | 25 | 5 | 61 | 4F | 4E |
| Octal | 274 | 363 | 232 | 27 | 0 | 45 | 5 | 141 | 117 | 116 |
| Binary | 10111100 | 11110011 | 10011010 | 10111 | 0 | 100101 | 101 | 1100001 | 1001111 | 1001110 |
Color Harmonies of #BCF39A
Complementary color
Monochromatic Colors of #BCF39A
Black with #BCF39A
Text Example
Text Example
White with #BCF39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF39A; }
p { color: rgb(188,243,154); }
H1.HeaderClassName
{
color: #BCF39A;
}
.AnyTagClassName
{
color: #BCF39A;
}
</style>
background-color css
<style>
a { background-color: #BCF39A; }
a { background-color: rgb(188,243,154); }
div.DivClassName
{
background-color: #BCF39A;
}
.BgClassName
{
background-color: #BCF39A;
}
</style>
border-color css
<style>
span { border-color: #BCF39A; }
span { border-color: rgb(188,243,154); }
td.TdClassName
{
border-color: #BCF39A;
}
.TagClassName
{
border-color: #BCF39A;
}
</style>