Shades of Sulu #BFE28A
Tints of Sulu #BFE28A
RGB
CMYK
RGB Variations
Color information
#BFE28A (or 0xBFE28A) is known color: Sulu. HEX triplet: BF, E2 and 8A. RGB value is (191,226,138). Sum of RGB (Red+Green+Blue) = 191+226+138=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE28A is #401D75. Grayscale: #CDCDCD. Windows color (decimal): -4201846 or 9102015. OLE color: 9102015.
HSL color Cylindrical-coordinate representation of color #BFE28A: hue angle of 83.86º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE28A is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 138 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.11 |
| HSL | 83.86º | 0.6% | 0.71% | - |
| HSV(B) | 83.86º | 0.39% | 0.89% | - |
| XYZ | 53.27 | 67.3 | 34.23 | - |
| YUV | 205.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 138 | 0.15 | 0 | 0.39 | 0.11 | 83.86 | 0.6 | 0.71 |
| Hex | BF | E2 | 8A | F | 0 | 27 | B | 54 | 3C | 47 |
| Octal | 277 | 342 | 212 | 17 | 0 | 47 | 13 | 124 | 74 | 107 |
| Binary | 10111111 | 11100010 | 10001010 | 1111 | 0 | 100111 | 1011 | 1010100 | 111100 | 1000111 |
Color Harmonies of #BFE28A
Complementary color
Monochromatic Colors of #BFE28A
Black with #BFE28A
Text Example
Text Example
White with #BFE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE28A; }
p { color: rgb(191,226,138); }
H1.HeaderClassName
{
color: #BFE28A;
}
.AnyTagClassName
{
color: #BFE28A;
}
</style>
background-color css
<style>
a { background-color: #BFE28A; }
a { background-color: rgb(191,226,138); }
div.DivClassName
{
background-color: #BFE28A;
}
.BgClassName
{
background-color: #BFE28A;
}
</style>
border-color css
<style>
span { border-color: #BFE28A; }
span { border-color: rgb(191,226,138); }
td.TdClassName
{
border-color: #BFE28A;
}
.TagClassName
{
border-color: #BFE28A;
}
</style>