Shades of Sulu #BFE36C
Tints of Sulu #BFE36C
RGB
CMYK
RGB Variations
Color information
#BFE36C (or 0xBFE36C) is known color: Sulu. HEX triplet: BF, E3 and 6C. RGB value is (191,227,108). Sum of RGB (Red+Green+Blue) = 191+227+108=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE36C is #401C93. Grayscale: #CBCBCB. Windows color (decimal): -4201620 or 7136191. OLE color: 7136191.
HSL color Cylindrical-coordinate representation of color #BFE36C: hue angle of 78.15º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE36C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 108 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.11 |
| HSL | 78.15º | 0.68% | 0.66% | - |
| HSV(B) | 78.15º | 0.52% | 0.89% | - |
| XYZ | 51.66 | 67.1 | 24.42 | - |
| YUV | 202.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 108 | 0.16 | 0 | 0.52 | 0.11 | 78.15 | 0.68 | 0.66 |
| Hex | BF | E3 | 6C | 10 | 0 | 34 | B | 4E | 44 | 42 |
| Octal | 277 | 343 | 154 | 20 | 0 | 64 | 13 | 116 | 104 | 102 |
| Binary | 10111111 | 11100011 | 1101100 | 10000 | 0 | 110100 | 1011 | 1001110 | 1000100 | 1000010 |
Color Harmonies of #BFE36C
Complementary color
Monochromatic Colors of #BFE36C
Black with #BFE36C
Text Example
Text Example
White with #BFE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE36C; }
p { color: rgb(191,227,108); }
H1.HeaderClassName
{
color: #BFE36C;
}
.AnyTagClassName
{
color: #BFE36C;
}
</style>
background-color css
<style>
a { background-color: #BFE36C; }
a { background-color: rgb(191,227,108); }
div.DivClassName
{
background-color: #BFE36C;
}
.BgClassName
{
background-color: #BFE36C;
}
</style>
border-color css
<style>
span { border-color: #BFE36C; }
span { border-color: rgb(191,227,108); }
td.TdClassName
{
border-color: #BFE36C;
}
.TagClassName
{
border-color: #BFE36C;
}
</style>