Shades of Sulu #BFEE7B
Tints of Sulu #BFEE7B
RGB
CMYK
RGB Variations
Color information
#BFEE7B (or 0xBFEE7B) is known color: Sulu. HEX triplet: BF, EE and 7B. RGB value is (191,238,123). Sum of RGB (Red+Green+Blue) = 191+238+123=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE7B is #401184. Grayscale: #D3D3D3. Windows color (decimal): -4198789 or 8122047. OLE color: 8122047.
HSL color Cylindrical-coordinate representation of color #BFEE7B: hue angle of 84.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFEE7B is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 123 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.07 |
| HSL | 84.52º | 0.77% | 0.71% | - |
| HSV(B) | 84.52º | 0.48% | 0.93% | - |
| XYZ | 55.64 | 73.66 | 30.02 | - |
| YUV | 210.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 123 | 0.20 | 0 | 0.48 | 0.07 | 84.52 | 0.77 | 0.71 |
| Hex | BF | EE | 7B | 14 | 0 | 30 | 7 | 55 | 4D | 47 |
| Octal | 277 | 356 | 173 | 24 | 0 | 60 | 7 | 125 | 115 | 107 |
| Binary | 10111111 | 11101110 | 1111011 | 10100 | 0 | 110000 | 111 | 1010101 | 1001101 | 1000111 |
Color Harmonies of #BFEE7B
Complementary color
Monochromatic Colors of #BFEE7B
Black with #BFEE7B
Text Example
Text Example
White with #BFEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE7B; }
p { color: rgb(191,238,123); }
H1.HeaderClassName
{
color: #BFEE7B;
}
.AnyTagClassName
{
color: #BFEE7B;
}
</style>
background-color css
<style>
a { background-color: #BFEE7B; }
a { background-color: rgb(191,238,123); }
div.DivClassName
{
background-color: #BFEE7B;
}
.BgClassName
{
background-color: #BFEE7B;
}
</style>
border-color css
<style>
span { border-color: #BFEE7B; }
span { border-color: rgb(191,238,123); }
td.TdClassName
{
border-color: #BFEE7B;
}
.TagClassName
{
border-color: #BFEE7B;
}
</style>