Shades of Sulu #BFDE74
Tints of Sulu #BFDE74
RGB
CMYK
RGB Variations
Color information
#BFDE74 (or 0xBFDE74) is known color: Sulu. HEX triplet: BF, DE and 74. RGB value is (191,222,116). Sum of RGB (Red+Green+Blue) = 191+222+116=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE74 is #40218B. Grayscale: #C9C9C9. Windows color (decimal): -4202892 or 7659199. OLE color: 7659199.
HSL color Cylindrical-coordinate representation of color #BFDE74: hue angle of 77.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFDE74 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 116 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.13 |
| HSL | 77.55º | 0.62% | 0.66% | - |
| HSV(B) | 77.55º | 0.48% | 0.87% | - |
| XYZ | 50.76 | 64.58 | 26.31 | - |
| YUV | 200.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 116 | 0.14 | 0 | 0.48 | 0.13 | 77.55 | 0.62 | 0.66 |
| Hex | BF | DE | 74 | E | 0 | 30 | D | 4E | 3E | 42 |
| Octal | 277 | 336 | 164 | 16 | 0 | 60 | 15 | 116 | 76 | 102 |
| Binary | 10111111 | 11011110 | 1110100 | 1110 | 0 | 110000 | 1101 | 1001110 | 111110 | 1000010 |
Color Harmonies of #BFDE74
Complementary color
Monochromatic Colors of #BFDE74
Black with #BFDE74
Text Example
Text Example
White with #BFDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE74; }
p { color: rgb(191,222,116); }
H1.HeaderClassName
{
color: #BFDE74;
}
.AnyTagClassName
{
color: #BFDE74;
}
</style>
background-color css
<style>
a { background-color: #BFDE74; }
a { background-color: rgb(191,222,116); }
div.DivClassName
{
background-color: #BFDE74;
}
.BgClassName
{
background-color: #BFDE74;
}
</style>
border-color css
<style>
span { border-color: #BFDE74; }
span { border-color: rgb(191,222,116); }
td.TdClassName
{
border-color: #BFDE74;
}
.TagClassName
{
border-color: #BFDE74;
}
</style>