Shades of Sulu #BFE57F
Tints of Sulu #BFE57F
RGB
CMYK
RGB Variations
Color information
#BFE57F (or 0xBFE57F) is known color: Sulu. HEX triplet: BF, E5 and 7F. RGB value is (191,229,127). Sum of RGB (Red+Green+Blue) = 191+229+127=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE57F is #401A80. Grayscale: #CECECE. Windows color (decimal): -4201089 or 8381887. OLE color: 8381887.
HSL color Cylindrical-coordinate representation of color #BFE57F: hue angle of 82.35º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE57F is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 127 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.10 |
| HSL | 82.35º | 0.66% | 0.7% | - |
| HSV(B) | 82.35º | 0.45% | 0.9% | - |
| XYZ | 53.34 | 68.65 | 30.52 | - |
| YUV | 206.01 | 83.41 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 127 | 0.17 | 0 | 0.45 | 0.10 | 82.35 | 0.66 | 0.7 |
| Hex | BF | E5 | 7F | 11 | 0 | 2D | A | 52 | 42 | 46 |
| Octal | 277 | 345 | 177 | 21 | 0 | 55 | 12 | 122 | 102 | 106 |
| Binary | 10111111 | 11100101 | 1111111 | 10001 | 0 | 101101 | 1010 | 1010010 | 1000010 | 1000110 |
Color Harmonies of #BFE57F
Complementary color
Monochromatic Colors of #BFE57F
Black with #BFE57F
Text Example
Text Example
White with #BFE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE57F; }
p { color: rgb(191,229,127); }
H1.HeaderClassName
{
color: #BFE57F;
}
.AnyTagClassName
{
color: #BFE57F;
}
</style>
background-color css
<style>
a { background-color: #BFE57F; }
a { background-color: rgb(191,229,127); }
div.DivClassName
{
background-color: #BFE57F;
}
.BgClassName
{
background-color: #BFE57F;
}
</style>
border-color css
<style>
span { border-color: #BFE57F; }
span { border-color: rgb(191,229,127); }
td.TdClassName
{
border-color: #BFE57F;
}
.TagClassName
{
border-color: #BFE57F;
}
</style>