Shades of Sulu #BFE475
Tints of Sulu #BFE475
RGB
CMYK
RGB Variations
Color information
#BFE475 (or 0xBFE475) is known color: Sulu. HEX triplet: BF, E4 and 75. RGB value is (191,228,117). Sum of RGB (Red+Green+Blue) = 191+228+117=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE475 is #401B8A. Grayscale: #CCCCCC. Windows color (decimal): -4201355 or 7726271. OLE color: 7726271.
HSL color Cylindrical-coordinate representation of color #BFE475: hue angle of 80º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE475 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 117 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.11 |
| HSL | 80º | 0.67% | 0.68% | - |
| HSV(B) | 80º | 0.49% | 0.89% | - |
| XYZ | 52.44 | 67.85 | 27.16 | - |
| YUV | 204.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 117 | 0.16 | 0 | 0.49 | 0.11 | 80 | 0.67 | 0.68 |
| Hex | BF | E4 | 75 | 10 | 0 | 31 | B | 50 | 43 | 44 |
| Octal | 277 | 344 | 165 | 20 | 0 | 61 | 13 | 120 | 103 | 104 |
| Binary | 10111111 | 11100100 | 1110101 | 10000 | 0 | 110001 | 1011 | 1010000 | 1000011 | 1000100 |
Color Harmonies of #BFE475
Complementary color
Monochromatic Colors of #BFE475
Black with #BFE475
Text Example
Text Example
White with #BFE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE475; }
p { color: rgb(191,228,117); }
H1.HeaderClassName
{
color: #BFE475;
}
.AnyTagClassName
{
color: #BFE475;
}
</style>
background-color css
<style>
a { background-color: #BFE475; }
a { background-color: rgb(191,228,117); }
div.DivClassName
{
background-color: #BFE475;
}
.BgClassName
{
background-color: #BFE475;
}
</style>
border-color css
<style>
span { border-color: #BFE475; }
span { border-color: rgb(191,228,117); }
td.TdClassName
{
border-color: #BFE475;
}
.TagClassName
{
border-color: #BFE475;
}
</style>