Shades of Sulu #BFF78A
Tints of Sulu #BFF78A
RGB
CMYK
RGB Variations
Color information
#BFF78A (or 0xBFF78A) is known color: Sulu. HEX triplet: BF, F7 and 8A. RGB value is (191,247,138). Sum of RGB (Red+Green+Blue) = 191+247+138=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF78A is #400875. Grayscale: #DADADA. Windows color (decimal): -4196470 or 9107391. OLE color: 9107391.
HSL color Cylindrical-coordinate representation of color #BFF78A: hue angle of 90.83º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF78A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 138 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.03 |
| HSL | 90.83º | 0.87% | 0.75% | - |
| HSV(B) | 90.83º | 0.44% | 0.97% | - |
| XYZ | 59.33 | 79.43 | 36.25 | - |
| YUV | 217.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 138 | 0.23 | 0 | 0.44 | 0.03 | 90.83 | 0.87 | 0.75 |
| Hex | BF | F7 | 8A | 17 | 0 | 2C | 3 | 5B | 57 | 4B |
| Octal | 277 | 367 | 212 | 27 | 0 | 54 | 3 | 133 | 127 | 113 |
| Binary | 10111111 | 11110111 | 10001010 | 10111 | 0 | 101100 | 11 | 1011011 | 1010111 | 1001011 |
Color Harmonies of #BFF78A
Complementary color
Monochromatic Colors of #BFF78A
Black with #BFF78A
Text Example
Text Example
White with #BFF78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF78A; }
p { color: rgb(191,247,138); }
H1.HeaderClassName
{
color: #BFF78A;
}
.AnyTagClassName
{
color: #BFF78A;
}
</style>
background-color css
<style>
a { background-color: #BFF78A; }
a { background-color: rgb(191,247,138); }
div.DivClassName
{
background-color: #BFF78A;
}
.BgClassName
{
background-color: #BFF78A;
}
</style>
border-color css
<style>
span { border-color: #BFF78A; }
span { border-color: rgb(191,247,138); }
td.TdClassName
{
border-color: #BFF78A;
}
.TagClassName
{
border-color: #BFF78A;
}
</style>