Shades of Sulu #BFF68E
Tints of Sulu #BFF68E
RGB
CMYK
RGB Variations
Color information
#BFF68E (or 0xBFF68E) is known color: Sulu. HEX triplet: BF, F6 and 8E. RGB value is (191,246,142). Sum of RGB (Red+Green+Blue) = 191+246+142=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF68E is #400971. Grayscale: #DADADA. Windows color (decimal): -4196722 or 9369279. OLE color: 9369279.
HSL color Cylindrical-coordinate representation of color #BFF68E: hue angle of 91.73º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF68E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 142 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.04 |
| HSL | 91.73º | 0.85% | 0.76% | - |
| HSV(B) | 91.73º | 0.42% | 0.96% | - |
| XYZ | 59.32 | 78.94 | 37.7 | - |
| YUV | 217.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 142 | 0.22 | 0 | 0.42 | 0.04 | 91.73 | 0.85 | 0.76 |
| Hex | BF | F6 | 8E | 16 | 0 | 2A | 4 | 5C | 55 | 4C |
| Octal | 277 | 366 | 216 | 26 | 0 | 52 | 4 | 134 | 125 | 114 |
| Binary | 10111111 | 11110110 | 10001110 | 10110 | 0 | 101010 | 100 | 1011100 | 1010101 | 1001100 |
Color Harmonies of #BFF68E
Complementary color
Monochromatic Colors of #BFF68E
Black with #BFF68E
Text Example
Text Example
White with #BFF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF68E; }
p { color: rgb(191,246,142); }
H1.HeaderClassName
{
color: #BFF68E;
}
.AnyTagClassName
{
color: #BFF68E;
}
</style>
background-color css
<style>
a { background-color: #BFF68E; }
a { background-color: rgb(191,246,142); }
div.DivClassName
{
background-color: #BFF68E;
}
.BgClassName
{
background-color: #BFF68E;
}
</style>
border-color css
<style>
span { border-color: #BFF68E; }
span { border-color: rgb(191,246,142); }
td.TdClassName
{
border-color: #BFF68E;
}
.TagClassName
{
border-color: #BFF68E;
}
</style>