Shades of Sulu #BFE57D
Tints of Sulu #BFE57D
RGB
CMYK
RGB Variations
Color information
#BFE57D (or 0xBFE57D) is known color: Sulu. HEX triplet: BF, E5 and 7D. RGB value is (191,229,125). Sum of RGB (Red+Green+Blue) = 191+229+125=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE57D is #401A82. Grayscale: #CECECE. Windows color (decimal): -4201091 or 8250815. OLE color: 8250815.
HSL color Cylindrical-coordinate representation of color #BFE57D: hue angle of 81.92º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE57D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 125 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.10 |
| HSL | 81.92º | 0.67% | 0.69% | - |
| HSV(B) | 81.92º | 0.45% | 0.9% | - |
| XYZ | 53.21 | 68.6 | 29.84 | - |
| YUV | 205.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 125 | 0.17 | 0 | 0.45 | 0.10 | 81.92 | 0.67 | 0.69 |
| Hex | BF | E5 | 7D | 11 | 0 | 2D | A | 52 | 43 | 45 |
| Octal | 277 | 345 | 175 | 21 | 0 | 55 | 12 | 122 | 103 | 105 |
| Binary | 10111111 | 11100101 | 1111101 | 10001 | 0 | 101101 | 1010 | 1010010 | 1000011 | 1000101 |
Color Harmonies of #BFE57D
Complementary color
Monochromatic Colors of #BFE57D
Black with #BFE57D
Text Example
Text Example
White with #BFE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE57D; }
p { color: rgb(191,229,125); }
H1.HeaderClassName
{
color: #BFE57D;
}
.AnyTagClassName
{
color: #BFE57D;
}
</style>
background-color css
<style>
a { background-color: #BFE57D; }
a { background-color: rgb(191,229,125); }
div.DivClassName
{
background-color: #BFE57D;
}
.BgClassName
{
background-color: #BFE57D;
}
</style>
border-color css
<style>
span { border-color: #BFE57D; }
span { border-color: rgb(191,229,125); }
td.TdClassName
{
border-color: #BFE57D;
}
.TagClassName
{
border-color: #BFE57D;
}
</style>