Shades of Sulu #BFFE7D
Tints of Sulu #BFFE7D
RGB
CMYK
RGB Variations
Color information
#BFFE7D (or 0xBFFE7D) is known color: Sulu. HEX triplet: BF, FE and 7D. RGB value is (191,254,125). Sum of RGB (Red+Green+Blue) = 191+254+125=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE7D is #400182. Grayscale: #DCDCDC. Windows color (decimal): -4194691 or 8257215. OLE color: 8257215.
HSL color Cylindrical-coordinate representation of color #BFFE7D: hue angle of 89.3º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFFE7D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 125 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.00 |
| HSL | 89.3º | 0.98% | 0.74% | - |
| HSV(B) | 89.3º | 0.51% | 1% | - |
| XYZ | 60.63 | 83.44 | 32.31 | - |
| YUV | 220.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 125 | 0.25 | 0 | 0.51 | 0.00 | 89.3 | 0.98 | 0.74 |
| Hex | BF | FE | 7D | 19 | 0 | 33 | 0 | 59 | 62 | 4A |
| Octal | 277 | 376 | 175 | 31 | 0 | 63 | 0 | 131 | 142 | 112 |
| Binary | 10111111 | 11111110 | 1111101 | 11001 | 0 | 110011 | 0 | 1011001 | 1100010 | 1001010 |
Color Harmonies of #BFFE7D
Complementary color
Monochromatic Colors of #BFFE7D
Black with #BFFE7D
Text Example
Text Example
White with #BFFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE7D; }
p { color: rgb(191,254,125); }
H1.HeaderClassName
{
color: #BFFE7D;
}
.AnyTagClassName
{
color: #BFFE7D;
}
</style>
background-color css
<style>
a { background-color: #BFFE7D; }
a { background-color: rgb(191,254,125); }
div.DivClassName
{
background-color: #BFFE7D;
}
.BgClassName
{
background-color: #BFFE7D;
}
</style>
border-color css
<style>
span { border-color: #BFFE7D; }
span { border-color: rgb(191,254,125); }
td.TdClassName
{
border-color: #BFFE7D;
}
.TagClassName
{
border-color: #BFFE7D;
}
</style>