Shades of Sulu #BFEE65
Tints of Sulu #BFEE65
RGB
CMYK
RGB Variations
Color information
#BFEE65 (or 0xBFEE65) is known color: Sulu. HEX triplet: BF, EE and 65. RGB value is (191,238,101). Sum of RGB (Red+Green+Blue) = 191+238+101=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE65 is #40119A. Grayscale: #D0D0D0. Windows color (decimal): -4198811 or 6680255. OLE color: 6680255.
HSL color Cylindrical-coordinate representation of color #BFEE65: hue angle of 80.58º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFEE65 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 101 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.07 |
| HSL | 80.58º | 0.8% | 0.66% | - |
| HSV(B) | 80.58º | 0.58% | 0.93% | - |
| XYZ | 54.41 | 73.17 | 23.57 | - |
| YUV | 208.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 101 | 0.20 | 0 | 0.58 | 0.07 | 80.58 | 0.8 | 0.66 |
| Hex | BF | EE | 65 | 14 | 0 | 3A | 7 | 51 | 50 | 42 |
| Octal | 277 | 356 | 145 | 24 | 0 | 72 | 7 | 121 | 120 | 102 |
| Binary | 10111111 | 11101110 | 1100101 | 10100 | 0 | 111010 | 111 | 1010001 | 1010000 | 1000010 |
Color Harmonies of #BFEE65
Complementary color
Monochromatic Colors of #BFEE65
Black with #BFEE65
Text Example
Text Example
White with #BFEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE65; }
p { color: rgb(191,238,101); }
H1.HeaderClassName
{
color: #BFEE65;
}
.AnyTagClassName
{
color: #BFEE65;
}
</style>
background-color css
<style>
a { background-color: #BFEE65; }
a { background-color: rgb(191,238,101); }
div.DivClassName
{
background-color: #BFEE65;
}
.BgClassName
{
background-color: #BFEE65;
}
</style>
border-color css
<style>
span { border-color: #BFEE65; }
span { border-color: rgb(191,238,101); }
td.TdClassName
{
border-color: #BFEE65;
}
.TagClassName
{
border-color: #BFEE65;
}
</style>