Shades of Sulu #BFEE68
Tints of Sulu #BFEE68
RGB
CMYK
RGB Variations
Color information
#BFEE68 (or 0xBFEE68) is known color: Sulu. HEX triplet: BF, EE and 68. RGB value is (191,238,104). Sum of RGB (Red+Green+Blue) = 191+238+104=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE68 is #401197. Grayscale: #D1D1D1. Windows color (decimal): -4198808 or 6876863. OLE color: 6876863.
HSL color Cylindrical-coordinate representation of color #BFEE68: hue angle of 81.04º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFEE68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 104 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.07 |
| HSL | 81.04º | 0.8% | 0.67% | - |
| HSV(B) | 81.04º | 0.56% | 0.93% | - |
| XYZ | 54.56 | 73.22 | 24.35 | - |
| YUV | 208.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 104 | 0.20 | 0 | 0.56 | 0.07 | 81.04 | 0.8 | 0.67 |
| Hex | BF | EE | 68 | 14 | 0 | 38 | 7 | 51 | 50 | 43 |
| Octal | 277 | 356 | 150 | 24 | 0 | 70 | 7 | 121 | 120 | 103 |
| Binary | 10111111 | 11101110 | 1101000 | 10100 | 0 | 111000 | 111 | 1010001 | 1010000 | 1000011 |
Color Harmonies of #BFEE68
Complementary color
Monochromatic Colors of #BFEE68
Black with #BFEE68
Text Example
Text Example
White with #BFEE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE68; }
p { color: rgb(191,238,104); }
H1.HeaderClassName
{
color: #BFEE68;
}
.AnyTagClassName
{
color: #BFEE68;
}
</style>
background-color css
<style>
a { background-color: #BFEE68; }
a { background-color: rgb(191,238,104); }
div.DivClassName
{
background-color: #BFEE68;
}
.BgClassName
{
background-color: #BFEE68;
}
</style>
border-color css
<style>
span { border-color: #BFEE68; }
span { border-color: rgb(191,238,104); }
td.TdClassName
{
border-color: #BFEE68;
}
.TagClassName
{
border-color: #BFEE68;
}
</style>