Shades of Sulu #BFE384
Tints of Sulu #BFE384
RGB
CMYK
RGB Variations
Color information
#BFE384 (or 0xBFE384) is known color: Sulu. HEX triplet: BF, E3 and 84. RGB value is (191,227,132). Sum of RGB (Red+Green+Blue) = 191+227+132=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE384 is #401C7B. Grayscale: #CDCDCD. Windows color (decimal): -4201596 or 8709055. OLE color: 8709055.
HSL color Cylindrical-coordinate representation of color #BFE384: hue angle of 82.74º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE384 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 132 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.11 |
| HSL | 82.74º | 0.63% | 0.7% | - |
| HSV(B) | 82.74º | 0.42% | 0.89% | - |
| XYZ | 53.12 | 67.68 | 32.09 | - |
| YUV | 205.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 132 | 0.16 | 0 | 0.42 | 0.11 | 82.74 | 0.63 | 0.7 |
| Hex | BF | E3 | 84 | 10 | 0 | 2A | B | 53 | 3F | 46 |
| Octal | 277 | 343 | 204 | 20 | 0 | 52 | 13 | 123 | 77 | 106 |
| Binary | 10111111 | 11100011 | 10000100 | 10000 | 0 | 101010 | 1011 | 1010011 | 111111 | 1000110 |
Color Harmonies of #BFE384
Complementary color
Monochromatic Colors of #BFE384
Black with #BFE384
Text Example
Text Example
White with #BFE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE384; }
p { color: rgb(191,227,132); }
H1.HeaderClassName
{
color: #BFE384;
}
.AnyTagClassName
{
color: #BFE384;
}
</style>
background-color css
<style>
a { background-color: #BFE384; }
a { background-color: rgb(191,227,132); }
div.DivClassName
{
background-color: #BFE384;
}
.BgClassName
{
background-color: #BFE384;
}
</style>
border-color css
<style>
span { border-color: #BFE384; }
span { border-color: rgb(191,227,132); }
td.TdClassName
{
border-color: #BFE384;
}
.TagClassName
{
border-color: #BFE384;
}
</style>