Shades of Sulu #BFEA74
Tints of Sulu #BFEA74
RGB
CMYK
RGB Variations
Color information
#BFEA74 (or 0xBFEA74) is known color: Sulu. HEX triplet: BF, EA and 74. RGB value is (191,234,116). Sum of RGB (Red+Green+Blue) = 191+234+116=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA74 is #40158B. Grayscale: #D0D0D0. Windows color (decimal): -4199820 or 7662271. OLE color: 7662271.
HSL color Cylindrical-coordinate representation of color #BFEA74: hue angle of 81.86º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFEA74 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 116 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.08 |
| HSL | 81.86º | 0.74% | 0.69% | - |
| HSV(B) | 81.86º | 0.5% | 0.92% | - |
| XYZ | 54.06 | 71.18 | 27.41 | - |
| YUV | 207.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 116 | 0.18 | 0 | 0.50 | 0.08 | 81.86 | 0.74 | 0.69 |
| Hex | BF | EA | 74 | 12 | 0 | 32 | 8 | 52 | 4A | 45 |
| Octal | 277 | 352 | 164 | 22 | 0 | 62 | 10 | 122 | 112 | 105 |
| Binary | 10111111 | 11101010 | 1110100 | 10010 | 0 | 110010 | 1000 | 1010010 | 1001010 | 1000101 |
Color Harmonies of #BFEA74
Complementary color
Monochromatic Colors of #BFEA74
Black with #BFEA74
Text Example
Text Example
White with #BFEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA74; }
p { color: rgb(191,234,116); }
H1.HeaderClassName
{
color: #BFEA74;
}
.AnyTagClassName
{
color: #BFEA74;
}
</style>
background-color css
<style>
a { background-color: #BFEA74; }
a { background-color: rgb(191,234,116); }
div.DivClassName
{
background-color: #BFEA74;
}
.BgClassName
{
background-color: #BFEA74;
}
</style>
border-color css
<style>
span { border-color: #BFEA74; }
span { border-color: rgb(191,234,116); }
td.TdClassName
{
border-color: #BFEA74;
}
.TagClassName
{
border-color: #BFEA74;
}
</style>