Shades of Sulu #BFE57A
Tints of Sulu #BFE57A
RGB
CMYK
RGB Variations
Color information
#BFE57A (or 0xBFE57A) is known color: Sulu. HEX triplet: BF, E5 and 7A. RGB value is (191,229,122). Sum of RGB (Red+Green+Blue) = 191+229+122=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE57A is #401A85. Grayscale: #CDCDCD. Windows color (decimal): -4201094 or 8054207. OLE color: 8054207.
HSL color Cylindrical-coordinate representation of color #BFE57A: hue angle of 81.31º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFE57A is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 122 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.10 |
| HSL | 81.31º | 0.67% | 0.69% | - |
| HSV(B) | 81.31º | 0.47% | 0.9% | - |
| XYZ | 53.02 | 68.52 | 28.84 | - |
| YUV | 205.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 122 | 0.17 | 0 | 0.47 | 0.10 | 81.31 | 0.67 | 0.69 |
| Hex | BF | E5 | 7A | 11 | 0 | 2F | A | 51 | 43 | 45 |
| Octal | 277 | 345 | 172 | 21 | 0 | 57 | 12 | 121 | 103 | 105 |
| Binary | 10111111 | 11100101 | 1111010 | 10001 | 0 | 101111 | 1010 | 1010001 | 1000011 | 1000101 |
Color Harmonies of #BFE57A
Complementary color
Monochromatic Colors of #BFE57A
Black with #BFE57A
Text Example
Text Example
White with #BFE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE57A; }
p { color: rgb(191,229,122); }
H1.HeaderClassName
{
color: #BFE57A;
}
.AnyTagClassName
{
color: #BFE57A;
}
</style>
background-color css
<style>
a { background-color: #BFE57A; }
a { background-color: rgb(191,229,122); }
div.DivClassName
{
background-color: #BFE57A;
}
.BgClassName
{
background-color: #BFE57A;
}
</style>
border-color css
<style>
span { border-color: #BFE57A; }
span { border-color: rgb(191,229,122); }
td.TdClassName
{
border-color: #BFE57A;
}
.TagClassName
{
border-color: #BFE57A;
}
</style>