Shades of Sulu #BFE874
Tints of Sulu #BFE874
RGB
CMYK
RGB Variations
Color information
#BFE874 (or 0xBFE874) is known color: Sulu. HEX triplet: BF, E8 and 74. RGB value is (191,232,116). Sum of RGB (Red+Green+Blue) = 191+232+116=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE874 is #40178B. Grayscale: #CECECE. Windows color (decimal): -4200332 or 7661759. OLE color: 7661759.
HSL color Cylindrical-coordinate representation of color #BFE874: hue angle of 81.21º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE874 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 116 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.09 |
| HSL | 81.21º | 0.72% | 0.68% | - |
| HSV(B) | 81.21º | 0.5% | 0.91% | - |
| XYZ | 53.49 | 70.05 | 27.22 | - |
| YUV | 206.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 116 | 0.18 | 0 | 0.50 | 0.09 | 81.21 | 0.72 | 0.68 |
| Hex | BF | E8 | 74 | 12 | 0 | 32 | 9 | 51 | 48 | 44 |
| Octal | 277 | 350 | 164 | 22 | 0 | 62 | 11 | 121 | 110 | 104 |
| Binary | 10111111 | 11101000 | 1110100 | 10010 | 0 | 110010 | 1001 | 1010001 | 1001000 | 1000100 |
Color Harmonies of #BFE874
Complementary color
Monochromatic Colors of #BFE874
Black with #BFE874
Text Example
Text Example
White with #BFE874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE874; }
p { color: rgb(191,232,116); }
H1.HeaderClassName
{
color: #BFE874;
}
.AnyTagClassName
{
color: #BFE874;
}
</style>
background-color css
<style>
a { background-color: #BFE874; }
a { background-color: rgb(191,232,116); }
div.DivClassName
{
background-color: #BFE874;
}
.BgClassName
{
background-color: #BFE874;
}
</style>
border-color css
<style>
span { border-color: #BFE874; }
span { border-color: rgb(191,232,116); }
td.TdClassName
{
border-color: #BFE874;
}
.TagClassName
{
border-color: #BFE874;
}
</style>