Shades of Sulu #BFED74
Tints of Sulu #BFED74
RGB
CMYK
RGB Variations
Color information
#BFED74 (or 0xBFED74) is known color: Sulu. HEX triplet: BF, ED and 74. RGB value is (191,237,116). Sum of RGB (Red+Green+Blue) = 191+237+116=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED74 is #40128B. Grayscale: #D1D1D1. Windows color (decimal): -4199052 or 7663039. OLE color: 7663039.
HSL color Cylindrical-coordinate representation of color #BFED74: hue angle of 82.81º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFED74 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 116 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.07 |
| HSL | 82.81º | 0.77% | 0.69% | - |
| HSV(B) | 82.81º | 0.51% | 0.93% | - |
| XYZ | 54.92 | 72.91 | 27.7 | - |
| YUV | 209.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 116 | 0.19 | 0 | 0.51 | 0.07 | 82.81 | 0.77 | 0.69 |
| Hex | BF | ED | 74 | 13 | 0 | 33 | 7 | 53 | 4D | 45 |
| Octal | 277 | 355 | 164 | 23 | 0 | 63 | 7 | 123 | 115 | 105 |
| Binary | 10111111 | 11101101 | 1110100 | 10011 | 0 | 110011 | 111 | 1010011 | 1001101 | 1000101 |
Color Harmonies of #BFED74
Complementary color
Monochromatic Colors of #BFED74
Black with #BFED74
Text Example
Text Example
White with #BFED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED74; }
p { color: rgb(191,237,116); }
H1.HeaderClassName
{
color: #BFED74;
}
.AnyTagClassName
{
color: #BFED74;
}
</style>
background-color css
<style>
a { background-color: #BFED74; }
a { background-color: rgb(191,237,116); }
div.DivClassName
{
background-color: #BFED74;
}
.BgClassName
{
background-color: #BFED74;
}
</style>
border-color css
<style>
span { border-color: #BFED74; }
span { border-color: rgb(191,237,116); }
td.TdClassName
{
border-color: #BFED74;
}
.TagClassName
{
border-color: #BFED74;
}
</style>