Shades of Sulu #BFE07E
Tints of Sulu #BFE07E
RGB
CMYK
RGB Variations
Color information
#BFE07E (or 0xBFE07E) is known color: Sulu. HEX triplet: BF, E0 and 7E. RGB value is (191,224,126). Sum of RGB (Red+Green+Blue) = 191+224+126=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE07E is #401F81. Grayscale: #CBCBCB. Windows color (decimal): -4202370 or 8315071. OLE color: 8315071.
HSL color Cylindrical-coordinate representation of color #BFE07E: hue angle of 80.2º degrees, saturation: 0.61, 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 #BFE07E is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 126 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.12 |
| HSL | 80.2º | 0.61% | 0.69% | - |
| HSV(B) | 80.2º | 0.44% | 0.88% | - |
| XYZ | 51.91 | 65.89 | 29.72 | - |
| YUV | 202.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 126 | 0.15 | 0 | 0.44 | 0.12 | 80.2 | 0.61 | 0.69 |
| Hex | BF | E0 | 7E | F | 0 | 2C | C | 50 | 3D | 45 |
| Octal | 277 | 340 | 176 | 17 | 0 | 54 | 14 | 120 | 75 | 105 |
| Binary | 10111111 | 11100000 | 1111110 | 1111 | 0 | 101100 | 1100 | 1010000 | 111101 | 1000101 |
Color Harmonies of #BFE07E
Complementary color
Monochromatic Colors of #BFE07E
Black with #BFE07E
Text Example
Text Example
White with #BFE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE07E; }
p { color: rgb(191,224,126); }
H1.HeaderClassName
{
color: #BFE07E;
}
.AnyTagClassName
{
color: #BFE07E;
}
</style>
background-color css
<style>
a { background-color: #BFE07E; }
a { background-color: rgb(191,224,126); }
div.DivClassName
{
background-color: #BFE07E;
}
.BgClassName
{
background-color: #BFE07E;
}
</style>
border-color css
<style>
span { border-color: #BFE07E; }
span { border-color: rgb(191,224,126); }
td.TdClassName
{
border-color: #BFE07E;
}
.TagClassName
{
border-color: #BFE07E;
}
</style>