Shades of Sulu #BFF78E
Tints of Sulu #BFF78E
RGB
CMYK
RGB Variations
Color information
#BFF78E (or 0xBFF78E) is known color: Sulu. HEX triplet: BF, F7 and 8E. RGB value is (191,247,142). Sum of RGB (Red+Green+Blue) = 191+247+142=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF78E is #400871. Grayscale: #DADADA. Windows color (decimal): -4196466 or 9369535. OLE color: 9369535.
HSL color Cylindrical-coordinate representation of color #BFF78E: hue angle of 92º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFF78E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 142 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.03 |
| HSL | 92º | 0.87% | 0.76% | - |
| HSV(B) | 92º | 0.43% | 0.97% | - |
| XYZ | 59.63 | 79.55 | 37.8 | - |
| YUV | 218.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 142 | 0.23 | 0 | 0.43 | 0.03 | 92 | 0.87 | 0.76 |
| Hex | BF | F7 | 8E | 17 | 0 | 2B | 3 | 5C | 57 | 4C |
| Octal | 277 | 367 | 216 | 27 | 0 | 53 | 3 | 134 | 127 | 114 |
| Binary | 10111111 | 11110111 | 10001110 | 10111 | 0 | 101011 | 11 | 1011100 | 1010111 | 1001100 |
Color Harmonies of #BFF78E
Complementary color
Monochromatic Colors of #BFF78E
Black with #BFF78E
Text Example
Text Example
White with #BFF78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF78E; }
p { color: rgb(191,247,142); }
H1.HeaderClassName
{
color: #BFF78E;
}
.AnyTagClassName
{
color: #BFF78E;
}
</style>
background-color css
<style>
a { background-color: #BFF78E; }
a { background-color: rgb(191,247,142); }
div.DivClassName
{
background-color: #BFF78E;
}
.BgClassName
{
background-color: #BFF78E;
}
</style>
border-color css
<style>
span { border-color: #BFF78E; }
span { border-color: rgb(191,247,142); }
td.TdClassName
{
border-color: #BFF78E;
}
.TagClassName
{
border-color: #BFF78E;
}
</style>