Shades of Sulu #BFED80
Tints of Sulu #BFED80
RGB
CMYK
RGB Variations
Color information
#BFED80 (or 0xBFED80) is known color: Sulu. HEX triplet: BF, ED and 80. RGB value is (191,237,128). Sum of RGB (Red+Green+Blue) = 191+237+128=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED80 is #40127F. Grayscale: #D3D3D3. Windows color (decimal): -4199040 or 8449471. OLE color: 8449471.
HSL color Cylindrical-coordinate representation of color #BFED80: hue angle of 85.32º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFED80 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 128 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 85.32º | 0.75% | 0.72% | - |
| HSV(B) | 85.32º | 0.46% | 0.93% | - |
| XYZ | 55.67 | 73.2 | 31.62 | - |
| YUV | 210.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 128 | 0.19 | 0 | 0.46 | 0.07 | 85.32 | 0.75 | 0.72 |
| Hex | BF | ED | 80 | 13 | 0 | 2E | 7 | 55 | 4B | 48 |
| Octal | 277 | 355 | 200 | 23 | 0 | 56 | 7 | 125 | 113 | 110 |
| Binary | 10111111 | 11101101 | 10000000 | 10011 | 0 | 101110 | 111 | 1010101 | 1001011 | 1001000 |
Color Harmonies of #BFED80
Complementary color
Monochromatic Colors of #BFED80
Black with #BFED80
Text Example
Text Example
White with #BFED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED80; }
p { color: rgb(191,237,128); }
H1.HeaderClassName
{
color: #BFED80;
}
.AnyTagClassName
{
color: #BFED80;
}
</style>
background-color css
<style>
a { background-color: #BFED80; }
a { background-color: rgb(191,237,128); }
div.DivClassName
{
background-color: #BFED80;
}
.BgClassName
{
background-color: #BFED80;
}
</style>
border-color css
<style>
span { border-color: #BFED80; }
span { border-color: rgb(191,237,128); }
td.TdClassName
{
border-color: #BFED80;
}
.TagClassName
{
border-color: #BFED80;
}
</style>