Shades of Sulu #BFE47C
Tints of Sulu #BFE47C
RGB
CMYK
RGB Variations
Color information
#BFE47C (or 0xBFE47C) is known color: Sulu. HEX triplet: BF, E4 and 7C. RGB value is (191,228,124). Sum of RGB (Red+Green+Blue) = 191+228+124=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE47C is #401B83. Grayscale: #CDCDCD. Windows color (decimal): -4201348 or 8185023. OLE color: 8185023.
HSL color Cylindrical-coordinate representation of color #BFE47C: hue angle of 81.35º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE47C is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 124 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.11 |
| HSL | 81.35º | 0.66% | 0.69% | - |
| HSV(B) | 81.35º | 0.46% | 0.89% | - |
| XYZ | 52.87 | 68.02 | 29.41 | - |
| YUV | 205.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 124 | 0.16 | 0 | 0.46 | 0.11 | 81.35 | 0.66 | 0.69 |
| Hex | BF | E4 | 7C | 10 | 0 | 2E | B | 51 | 42 | 45 |
| Octal | 277 | 344 | 174 | 20 | 0 | 56 | 13 | 121 | 102 | 105 |
| Binary | 10111111 | 11100100 | 1111100 | 10000 | 0 | 101110 | 1011 | 1010001 | 1000010 | 1000101 |
Color Harmonies of #BFE47C
Complementary color
Monochromatic Colors of #BFE47C
Black with #BFE47C
Text Example
Text Example
White with #BFE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE47C; }
p { color: rgb(191,228,124); }
H1.HeaderClassName
{
color: #BFE47C;
}
.AnyTagClassName
{
color: #BFE47C;
}
</style>
background-color css
<style>
a { background-color: #BFE47C; }
a { background-color: rgb(191,228,124); }
div.DivClassName
{
background-color: #BFE47C;
}
.BgClassName
{
background-color: #BFE47C;
}
</style>
border-color css
<style>
span { border-color: #BFE47C; }
span { border-color: rgb(191,228,124); }
td.TdClassName
{
border-color: #BFE47C;
}
.TagClassName
{
border-color: #BFE47C;
}
</style>