Shades of Sulu #BFE492
Tints of Sulu #BFE492
RGB
CMYK
RGB Variations
Color information
#BFE492 (or 0xBFE492) is known color: Sulu. HEX triplet: BF, E4 and 92. RGB value is (191,228,146). Sum of RGB (Red+Green+Blue) = 191+228+146=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE492 is #401B6D. Grayscale: #CFCFCF. Windows color (decimal): -4201326 or 9626815. OLE color: 9626815.
HSL color Cylindrical-coordinate representation of color #BFE492: hue angle of 87.07º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE492 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 146 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.11 |
| HSL | 87.07º | 0.6% | 0.73% | - |
| HSV(B) | 87.07º | 0.36% | 0.89% | - |
| XYZ | 54.42 | 68.64 | 37.57 | - |
| YUV | 207.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 146 | 0.16 | 0 | 0.36 | 0.11 | 87.07 | 0.6 | 0.73 |
| Hex | BF | E4 | 92 | 10 | 0 | 24 | B | 57 | 3C | 49 |
| Octal | 277 | 344 | 222 | 20 | 0 | 44 | 13 | 127 | 74 | 111 |
| Binary | 10111111 | 11100100 | 10010010 | 10000 | 0 | 100100 | 1011 | 1010111 | 111100 | 1001001 |
Color Harmonies of #BFE492
Complementary color
Monochromatic Colors of #BFE492
Black with #BFE492
Text Example
Text Example
White with #BFE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE492; }
p { color: rgb(191,228,146); }
H1.HeaderClassName
{
color: #BFE492;
}
.AnyTagClassName
{
color: #BFE492;
}
</style>
background-color css
<style>
a { background-color: #BFE492; }
a { background-color: rgb(191,228,146); }
div.DivClassName
{
background-color: #BFE492;
}
.BgClassName
{
background-color: #BFE492;
}
</style>
border-color css
<style>
span { border-color: #BFE492; }
span { border-color: rgb(191,228,146); }
td.TdClassName
{
border-color: #BFE492;
}
.TagClassName
{
border-color: #BFE492;
}
</style>