Shades of Sulu #BFE867
Tints of Sulu #BFE867
RGB
CMYK
RGB Variations
Color information
#BFE867 (or 0xBFE867) is known color: Sulu. HEX triplet: BF, E8 and 67. RGB value is (191,232,103). Sum of RGB (Red+Green+Blue) = 191+232+103=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE867 is #401798. Grayscale: #CDCDCD. Windows color (decimal): -4200345 or 6809791. OLE color: 6809791.
HSL color Cylindrical-coordinate representation of color #BFE867: hue angle of 79.07º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE867 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 103 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.09 |
| HSL | 79.07º | 0.74% | 0.66% | - |
| HSV(B) | 79.07º | 0.56% | 0.91% | - |
| XYZ | 52.79 | 69.77 | 23.52 | - |
| YUV | 205.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 103 | 0.18 | 0 | 0.56 | 0.09 | 79.07 | 0.74 | 0.66 |
| Hex | BF | E8 | 67 | 12 | 0 | 38 | 9 | 4F | 4A | 42 |
| Octal | 277 | 350 | 147 | 22 | 0 | 70 | 11 | 117 | 112 | 102 |
| Binary | 10111111 | 11101000 | 1100111 | 10010 | 0 | 111000 | 1001 | 1001111 | 1001010 | 1000010 |
Color Harmonies of #BFE867
Complementary color
Monochromatic Colors of #BFE867
Black with #BFE867
Text Example
Text Example
White with #BFE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE867; }
p { color: rgb(191,232,103); }
H1.HeaderClassName
{
color: #BFE867;
}
.AnyTagClassName
{
color: #BFE867;
}
</style>
background-color css
<style>
a { background-color: #BFE867; }
a { background-color: rgb(191,232,103); }
div.DivClassName
{
background-color: #BFE867;
}
.BgClassName
{
background-color: #BFE867;
}
</style>
border-color css
<style>
span { border-color: #BFE867; }
span { border-color: rgb(191,232,103); }
td.TdClassName
{
border-color: #BFE867;
}
.TagClassName
{
border-color: #BFE867;
}
</style>