Shades of Sulu #BFEF68
Tints of Sulu #BFEF68
RGB
CMYK
RGB Variations
Color information
#BFEF68 (or 0xBFEF68) is known color: Sulu. HEX triplet: BF, EF and 68. RGB value is (191,239,104). Sum of RGB (Red+Green+Blue) = 191+239+104=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF68 is #401097. Grayscale: #D1D1D1. Windows color (decimal): -4198552 or 6877119. OLE color: 6877119.
HSL color Cylindrical-coordinate representation of color #BFEF68: hue angle of 81.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFEF68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 104 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.06 |
| HSL | 81.33º | 0.81% | 0.67% | - |
| HSV(B) | 81.33º | 0.56% | 0.94% | - |
| XYZ | 54.85 | 73.81 | 24.45 | - |
| YUV | 209.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 104 | 0.20 | 0 | 0.56 | 0.06 | 81.33 | 0.81 | 0.67 |
| Hex | BF | EF | 68 | 14 | 0 | 38 | 6 | 51 | 51 | 43 |
| Octal | 277 | 357 | 150 | 24 | 0 | 70 | 6 | 121 | 121 | 103 |
| Binary | 10111111 | 11101111 | 1101000 | 10100 | 0 | 111000 | 110 | 1010001 | 1010001 | 1000011 |
Color Harmonies of #BFEF68
Complementary color
Monochromatic Colors of #BFEF68
Black with #BFEF68
Text Example
Text Example
White with #BFEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF68; }
p { color: rgb(191,239,104); }
H1.HeaderClassName
{
color: #BFEF68;
}
.AnyTagClassName
{
color: #BFEF68;
}
</style>
background-color css
<style>
a { background-color: #BFEF68; }
a { background-color: rgb(191,239,104); }
div.DivClassName
{
background-color: #BFEF68;
}
.BgClassName
{
background-color: #BFEF68;
}
</style>
border-color css
<style>
span { border-color: #BFEF68; }
span { border-color: rgb(191,239,104); }
td.TdClassName
{
border-color: #BFEF68;
}
.TagClassName
{
border-color: #BFEF68;
}
</style>