Shades of Sulu #BFE380
Tints of Sulu #BFE380
RGB
CMYK
RGB Variations
Color information
#BFE380 (or 0xBFE380) is known color: Sulu. HEX triplet: BF, E3 and 80. RGB value is (191,227,128). Sum of RGB (Red+Green+Blue) = 191+227+128=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE380 is #401C7F. Grayscale: #CDCDCD. Windows color (decimal): -4201600 or 8446911. OLE color: 8446911.
HSL color Cylindrical-coordinate representation of color #BFE380: hue angle of 81.82º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE380 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 128 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.11 |
| HSL | 81.82º | 0.64% | 0.7% | - |
| HSV(B) | 81.82º | 0.44% | 0.89% | - |
| XYZ | 52.85 | 67.57 | 30.68 | - |
| YUV | 204.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 128 | 0.16 | 0 | 0.44 | 0.11 | 81.82 | 0.64 | 0.7 |
| Hex | BF | E3 | 80 | 10 | 0 | 2C | B | 52 | 40 | 46 |
| Octal | 277 | 343 | 200 | 20 | 0 | 54 | 13 | 122 | 100 | 106 |
| Binary | 10111111 | 11100011 | 10000000 | 10000 | 0 | 101100 | 1011 | 1010010 | 1000000 | 1000110 |
Color Harmonies of #BFE380
Complementary color
Monochromatic Colors of #BFE380
Black with #BFE380
Text Example
Text Example
White with #BFE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE380; }
p { color: rgb(191,227,128); }
H1.HeaderClassName
{
color: #BFE380;
}
.AnyTagClassName
{
color: #BFE380;
}
</style>
background-color css
<style>
a { background-color: #BFE380; }
a { background-color: rgb(191,227,128); }
div.DivClassName
{
background-color: #BFE380;
}
.BgClassName
{
background-color: #BFE380;
}
</style>
border-color css
<style>
span { border-color: #BFE380; }
span { border-color: rgb(191,227,128); }
td.TdClassName
{
border-color: #BFE380;
}
.TagClassName
{
border-color: #BFE380;
}
</style>