Shades of Sulu #BFE17F
Tints of Sulu #BFE17F
RGB
CMYK
RGB Variations
Color information
#BFE17F (or 0xBFE17F) is known color: Sulu. HEX triplet: BF, E1 and 7F. RGB value is (191,225,127). Sum of RGB (Red+Green+Blue) = 191+225+127=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE17F is #401E80. Grayscale: #CCCCCC. Windows color (decimal): -4202113 or 8380863. OLE color: 8380863.
HSL color Cylindrical-coordinate representation of color #BFE17F: hue angle of 80.82º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE17F is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 127 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.12 |
| HSL | 80.82º | 0.62% | 0.69% | - |
| HSV(B) | 80.82º | 0.44% | 0.88% | - |
| XYZ | 52.24 | 66.46 | 30.15 | - |
| YUV | 203.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 127 | 0.15 | 0 | 0.44 | 0.12 | 80.82 | 0.62 | 0.69 |
| Hex | BF | E1 | 7F | F | 0 | 2C | C | 51 | 3E | 45 |
| Octal | 277 | 341 | 177 | 17 | 0 | 54 | 14 | 121 | 76 | 105 |
| Binary | 10111111 | 11100001 | 1111111 | 1111 | 0 | 101100 | 1100 | 1010001 | 111110 | 1000101 |
Color Harmonies of #BFE17F
Complementary color
Monochromatic Colors of #BFE17F
Black with #BFE17F
Text Example
Text Example
White with #BFE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE17F; }
p { color: rgb(191,225,127); }
H1.HeaderClassName
{
color: #BFE17F;
}
.AnyTagClassName
{
color: #BFE17F;
}
</style>
background-color css
<style>
a { background-color: #BFE17F; }
a { background-color: rgb(191,225,127); }
div.DivClassName
{
background-color: #BFE17F;
}
.BgClassName
{
background-color: #BFE17F;
}
</style>
border-color css
<style>
span { border-color: #BFE17F; }
span { border-color: rgb(191,225,127); }
td.TdClassName
{
border-color: #BFE17F;
}
.TagClassName
{
border-color: #BFE17F;
}
</style>