Shades of Sulu #BFF06E
Tints of Sulu #BFF06E
RGB
CMYK
RGB Variations
Color information
#BFF06E (or 0xBFF06E) is known color: Sulu. HEX triplet: BF, F0 and 6E. RGB value is (191,240,110). Sum of RGB (Red+Green+Blue) = 191+240+110=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF06E is #400F91. Grayscale: #D2D2D2. Windows color (decimal): -4198290 or 7270591. OLE color: 7270591.
HSL color Cylindrical-coordinate representation of color #BFF06E: hue angle of 82.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF06E is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 110 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.06 |
| HSL | 82.62º | 0.81% | 0.69% | - |
| HSV(B) | 82.62º | 0.54% | 0.94% | - |
| XYZ | 55.46 | 74.52 | 26.21 | - |
| YUV | 210.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 110 | 0.20 | 0 | 0.54 | 0.06 | 82.62 | 0.81 | 0.69 |
| Hex | BF | F0 | 6E | 14 | 0 | 36 | 6 | 53 | 51 | 45 |
| Octal | 277 | 360 | 156 | 24 | 0 | 66 | 6 | 123 | 121 | 105 |
| Binary | 10111111 | 11110000 | 1101110 | 10100 | 0 | 110110 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #BFF06E
Complementary color
Monochromatic Colors of #BFF06E
Black with #BFF06E
Text Example
Text Example
White with #BFF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF06E; }
p { color: rgb(191,240,110); }
H1.HeaderClassName
{
color: #BFF06E;
}
.AnyTagClassName
{
color: #BFF06E;
}
</style>
background-color css
<style>
a { background-color: #BFF06E; }
a { background-color: rgb(191,240,110); }
div.DivClassName
{
background-color: #BFF06E;
}
.BgClassName
{
background-color: #BFF06E;
}
</style>
border-color css
<style>
span { border-color: #BFF06E; }
span { border-color: rgb(191,240,110); }
td.TdClassName
{
border-color: #BFF06E;
}
.TagClassName
{
border-color: #BFF06E;
}
</style>