Shades of Sulu #BFE66A
Tints of Sulu #BFE66A
RGB
CMYK
RGB Variations
Color information
#BFE66A (or 0xBFE66A) is known color: Sulu. HEX triplet: BF, E6 and 6A. RGB value is (191,230,106). Sum of RGB (Red+Green+Blue) = 191+230+106=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE66A is #401995. Grayscale: #CCCCCC. Windows color (decimal): -4200854 or 7005887. OLE color: 7005887.
HSL color Cylindrical-coordinate representation of color #BFE66A: hue angle of 78.87º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFE66A is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 106 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.10 |
| HSL | 78.87º | 0.71% | 0.66% | - |
| HSV(B) | 78.87º | 0.54% | 0.9% | - |
| XYZ | 52.38 | 68.71 | 24.14 | - |
| YUV | 204.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 106 | 0.17 | 0 | 0.54 | 0.10 | 78.87 | 0.71 | 0.66 |
| Hex | BF | E6 | 6A | 11 | 0 | 36 | A | 4F | 47 | 42 |
| Octal | 277 | 346 | 152 | 21 | 0 | 66 | 12 | 117 | 107 | 102 |
| Binary | 10111111 | 11100110 | 1101010 | 10001 | 0 | 110110 | 1010 | 1001111 | 1000111 | 1000010 |
Color Harmonies of #BFE66A
Complementary color
Monochromatic Colors of #BFE66A
Black with #BFE66A
Text Example
Text Example
White with #BFE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE66A; }
p { color: rgb(191,230,106); }
H1.HeaderClassName
{
color: #BFE66A;
}
.AnyTagClassName
{
color: #BFE66A;
}
</style>
background-color css
<style>
a { background-color: #BFE66A; }
a { background-color: rgb(191,230,106); }
div.DivClassName
{
background-color: #BFE66A;
}
.BgClassName
{
background-color: #BFE66A;
}
</style>
border-color css
<style>
span { border-color: #BFE66A; }
span { border-color: rgb(191,230,106); }
td.TdClassName
{
border-color: #BFE66A;
}
.TagClassName
{
border-color: #BFE66A;
}
</style>