Shades of Sulu #BFEA7D
Tints of Sulu #BFEA7D
RGB
CMYK
RGB Variations
Color information
#BFEA7D (or 0xBFEA7D) is known color: Sulu. HEX triplet: BF, EA and 7D. RGB value is (191,234,125). Sum of RGB (Red+Green+Blue) = 191+234+125=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA7D is #401582. Grayscale: #D1D1D1. Windows color (decimal): -4199811 or 8252095. OLE color: 8252095.
HSL color Cylindrical-coordinate representation of color #BFEA7D: hue angle of 83.67º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFEA7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 125 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.08 |
| HSL | 83.67º | 0.72% | 0.7% | - |
| HSV(B) | 83.67º | 0.47% | 0.92% | - |
| XYZ | 54.61 | 71.4 | 30.31 | - |
| YUV | 208.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 125 | 0.18 | 0 | 0.47 | 0.08 | 83.67 | 0.72 | 0.7 |
| Hex | BF | EA | 7D | 12 | 0 | 2F | 8 | 54 | 48 | 46 |
| Octal | 277 | 352 | 175 | 22 | 0 | 57 | 10 | 124 | 110 | 106 |
| Binary | 10111111 | 11101010 | 1111101 | 10010 | 0 | 101111 | 1000 | 1010100 | 1001000 | 1000110 |
Color Harmonies of #BFEA7D
Complementary color
Monochromatic Colors of #BFEA7D
Black with #BFEA7D
Text Example
Text Example
White with #BFEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA7D; }
p { color: rgb(191,234,125); }
H1.HeaderClassName
{
color: #BFEA7D;
}
.AnyTagClassName
{
color: #BFEA7D;
}
</style>
background-color css
<style>
a { background-color: #BFEA7D; }
a { background-color: rgb(191,234,125); }
div.DivClassName
{
background-color: #BFEA7D;
}
.BgClassName
{
background-color: #BFEA7D;
}
</style>
border-color css
<style>
span { border-color: #BFEA7D; }
span { border-color: rgb(191,234,125); }
td.TdClassName
{
border-color: #BFEA7D;
}
.TagClassName
{
border-color: #BFEA7D;
}
</style>