Shades of Sulu #BFFC7E
Tints of Sulu #BFFC7E
RGB
CMYK
RGB Variations
Color information
#BFFC7E (or 0xBFFC7E) is known color: Sulu. HEX triplet: BF, FC and 7E. RGB value is (191,252,126). Sum of RGB (Red+Green+Blue) = 191+252+126=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC7E is #400381. Grayscale: #DBDBDB. Windows color (decimal): -4195202 or 8322239. OLE color: 8322239.
HSL color Cylindrical-coordinate representation of color #BFFC7E: hue angle of 89.05º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFFC7E is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 126 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.01 |
| HSL | 89.05º | 0.95% | 0.74% | - |
| HSV(B) | 89.05º | 0.5% | 0.99% | - |
| XYZ | 60.06 | 82.2 | 32.44 | - |
| YUV | 219.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 126 | 0.24 | 0 | 0.5 | 0.01 | 89.05 | 0.95 | 0.74 |
| Hex | BF | FC | 7E | 18 | 0 | 32 | 1 | 59 | 5F | 4A |
| Octal | 277 | 374 | 176 | 30 | 0 | 62 | 1 | 131 | 137 | 112 |
| Binary | 10111111 | 11111100 | 1111110 | 11000 | 0 | 110010 | 1 | 1011001 | 1011111 | 1001010 |
Color Harmonies of #BFFC7E
Complementary color
Monochromatic Colors of #BFFC7E
Black with #BFFC7E
Text Example
Text Example
White with #BFFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC7E; }
p { color: rgb(191,252,126); }
H1.HeaderClassName
{
color: #BFFC7E;
}
.AnyTagClassName
{
color: #BFFC7E;
}
</style>
background-color css
<style>
a { background-color: #BFFC7E; }
a { background-color: rgb(191,252,126); }
div.DivClassName
{
background-color: #BFFC7E;
}
.BgClassName
{
background-color: #BFFC7E;
}
</style>
border-color css
<style>
span { border-color: #BFFC7E; }
span { border-color: rgb(191,252,126); }
td.TdClassName
{
border-color: #BFFC7E;
}
.TagClassName
{
border-color: #BFFC7E;
}
</style>