Shades of Sulu #BFED68
Tints of Sulu #BFED68
RGB
CMYK
RGB Variations
Color information
#BFED68 (or 0xBFED68) is known color: Sulu. HEX triplet: BF, ED and 68. RGB value is (191,237,104). Sum of RGB (Red+Green+Blue) = 191+237+104=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED68 is #401297. Grayscale: #D0D0D0. Windows color (decimal): -4199064 or 6876607. OLE color: 6876607.
HSL color Cylindrical-coordinate representation of color #BFED68: hue angle of 80.75º degrees, saturation: 0.79, 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 #BFED68 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 104 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.07 |
| HSL | 80.75º | 0.79% | 0.67% | - |
| HSV(B) | 80.75º | 0.56% | 0.93% | - |
| XYZ | 54.27 | 72.64 | 24.26 | - |
| YUV | 208.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 104 | 0.19 | 0 | 0.56 | 0.07 | 80.75 | 0.79 | 0.67 |
| Hex | BF | ED | 68 | 13 | 0 | 38 | 7 | 51 | 4F | 43 |
| Octal | 277 | 355 | 150 | 23 | 0 | 70 | 7 | 121 | 117 | 103 |
| Binary | 10111111 | 11101101 | 1101000 | 10011 | 0 | 111000 | 111 | 1010001 | 1001111 | 1000011 |
Color Harmonies of #BFED68
Complementary color
Monochromatic Colors of #BFED68
Black with #BFED68
Text Example
Text Example
White with #BFED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED68; }
p { color: rgb(191,237,104); }
H1.HeaderClassName
{
color: #BFED68;
}
.AnyTagClassName
{
color: #BFED68;
}
</style>
background-color css
<style>
a { background-color: #BFED68; }
a { background-color: rgb(191,237,104); }
div.DivClassName
{
background-color: #BFED68;
}
.BgClassName
{
background-color: #BFED68;
}
</style>
border-color css
<style>
span { border-color: #BFED68; }
span { border-color: rgb(191,237,104); }
td.TdClassName
{
border-color: #BFED68;
}
.TagClassName
{
border-color: #BFED68;
}
</style>