Shades of Sulu #BFED6D
Tints of Sulu #BFED6D
RGB
CMYK
RGB Variations
Color information
#BFED6D (or 0xBFED6D) is known color: Sulu. HEX triplet: BF, ED and 6D. RGB value is (191,237,109). Sum of RGB (Red+Green+Blue) = 191+237+109=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED6D is #401292. Grayscale: #D1D1D1. Windows color (decimal): -4199059 or 7204287. OLE color: 7204287.
HSL color Cylindrical-coordinate representation of color #BFED6D: hue angle of 81.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFED6D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 109 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.07 |
| HSL | 81.56º | 0.78% | 0.68% | - |
| HSV(B) | 81.56º | 0.54% | 0.93% | - |
| XYZ | 54.53 | 72.75 | 25.64 | - |
| YUV | 208.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 109 | 0.19 | 0 | 0.54 | 0.07 | 81.56 | 0.78 | 0.68 |
| Hex | BF | ED | 6D | 13 | 0 | 36 | 7 | 52 | 4E | 44 |
| Octal | 277 | 355 | 155 | 23 | 0 | 66 | 7 | 122 | 116 | 104 |
| Binary | 10111111 | 11101101 | 1101101 | 10011 | 0 | 110110 | 111 | 1010010 | 1001110 | 1000100 |
Color Harmonies of #BFED6D
Complementary color
Monochromatic Colors of #BFED6D
Black with #BFED6D
Text Example
Text Example
White with #BFED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED6D; }
p { color: rgb(191,237,109); }
H1.HeaderClassName
{
color: #BFED6D;
}
.AnyTagClassName
{
color: #BFED6D;
}
</style>
background-color css
<style>
a { background-color: #BFED6D; }
a { background-color: rgb(191,237,109); }
div.DivClassName
{
background-color: #BFED6D;
}
.BgClassName
{
background-color: #BFED6D;
}
</style>
border-color css
<style>
span { border-color: #BFED6D; }
span { border-color: rgb(191,237,109); }
td.TdClassName
{
border-color: #BFED6D;
}
.TagClassName
{
border-color: #BFED6D;
}
</style>