Shades of Sulu #BFE568
Tints of Sulu #BFE568
RGB
CMYK
RGB Variations
Color information
#BFE568 (or 0xBFE568) is known color: Sulu. HEX triplet: BF, E5 and 68. RGB value is (191,229,104). Sum of RGB (Red+Green+Blue) = 191+229+104=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE568 is #401A97. Grayscale: #CBCBCB. Windows color (decimal): -4201112 or 6874559. OLE color: 6874559.
HSL color Cylindrical-coordinate representation of color #BFE568: hue angle of 78.24º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE568 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 104 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.10 |
| HSL | 78.24º | 0.71% | 0.65% | - |
| HSV(B) | 78.24º | 0.55% | 0.9% | - |
| XYZ | 52 | 68.11 | 23.5 | - |
| YUV | 203.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 104 | 0.17 | 0 | 0.55 | 0.10 | 78.24 | 0.71 | 0.65 |
| Hex | BF | E5 | 68 | 11 | 0 | 37 | A | 4E | 47 | 41 |
| Octal | 277 | 345 | 150 | 21 | 0 | 67 | 12 | 116 | 107 | 101 |
| Binary | 10111111 | 11100101 | 1101000 | 10001 | 0 | 110111 | 1010 | 1001110 | 1000111 | 1000001 |
Color Harmonies of #BFE568
Complementary color
Monochromatic Colors of #BFE568
Black with #BFE568
Text Example
Text Example
White with #BFE568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE568; }
p { color: rgb(191,229,104); }
H1.HeaderClassName
{
color: #BFE568;
}
.AnyTagClassName
{
color: #BFE568;
}
</style>
background-color css
<style>
a { background-color: #BFE568; }
a { background-color: rgb(191,229,104); }
div.DivClassName
{
background-color: #BFE568;
}
.BgClassName
{
background-color: #BFE568;
}
</style>
border-color css
<style>
span { border-color: #BFE568; }
span { border-color: rgb(191,229,104); }
td.TdClassName
{
border-color: #BFE568;
}
.TagClassName
{
border-color: #BFE568;
}
</style>