Shades of Sulu #BFEF70
Tints of Sulu #BFEF70
RGB
CMYK
RGB Variations
Color information
#BFEF70 (or 0xBFEF70) is known color: Sulu. HEX triplet: BF, EF and 70. RGB value is (191,239,112). Sum of RGB (Red+Green+Blue) = 191+239+112=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF70 is #40108F. Grayscale: #D2D2D2. Windows color (decimal): -4198544 or 7401407. OLE color: 7401407.
HSL color Cylindrical-coordinate representation of color #BFEF70: hue angle of 82.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFEF70 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 112 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.06 |
| HSL | 82.68º | 0.8% | 0.69% | - |
| HSV(B) | 82.68º | 0.53% | 0.94% | - |
| XYZ | 55.28 | 73.98 | 26.7 | - |
| YUV | 210.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 112 | 0.20 | 0 | 0.53 | 0.06 | 82.68 | 0.8 | 0.69 |
| Hex | BF | EF | 70 | 14 | 0 | 35 | 6 | 53 | 50 | 45 |
| Octal | 277 | 357 | 160 | 24 | 0 | 65 | 6 | 123 | 120 | 105 |
| Binary | 10111111 | 11101111 | 1110000 | 10100 | 0 | 110101 | 110 | 1010011 | 1010000 | 1000101 |
Color Harmonies of #BFEF70
Complementary color
Monochromatic Colors of #BFEF70
Black with #BFEF70
Text Example
Text Example
White with #BFEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF70; }
p { color: rgb(191,239,112); }
H1.HeaderClassName
{
color: #BFEF70;
}
.AnyTagClassName
{
color: #BFEF70;
}
</style>
background-color css
<style>
a { background-color: #BFEF70; }
a { background-color: rgb(191,239,112); }
div.DivClassName
{
background-color: #BFEF70;
}
.BgClassName
{
background-color: #BFEF70;
}
</style>
border-color css
<style>
span { border-color: #BFEF70; }
span { border-color: rgb(191,239,112); }
td.TdClassName
{
border-color: #BFEF70;
}
.TagClassName
{
border-color: #BFEF70;
}
</style>