Shades of Sulu #BDF791
Tints of Sulu #BDF791
RGB
CMYK
RGB Variations
Color information
#BDF791 (or 0xBDF791) is known color: Sulu. HEX triplet: BD, F7 and 91. RGB value is (189,247,145). Sum of RGB (Red+Green+Blue) = 189+247+145=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF791 is #42086E. Grayscale: #DADADA. Windows color (decimal): -4327535 or 9566141. OLE color: 9566141.
HSL color Cylindrical-coordinate representation of color #BDF791: hue angle of 94.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF791 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 145 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.03 |
| HSL | 94.12º | 0.86% | 0.77% | - |
| HSV(B) | 94.12º | 0.41% | 0.97% | - |
| XYZ | 59.36 | 79.38 | 38.98 | - |
| YUV | 218.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 145 | 0.23 | 0 | 0.41 | 0.03 | 94.12 | 0.86 | 0.77 |
| Hex | BD | F7 | 91 | 17 | 0 | 29 | 3 | 5E | 56 | 4D |
| Octal | 275 | 367 | 221 | 27 | 0 | 51 | 3 | 136 | 126 | 115 |
| Binary | 10111101 | 11110111 | 10010001 | 10111 | 0 | 101001 | 11 | 1011110 | 1010110 | 1001101 |
Color Harmonies of #BDF791
Complementary color
Monochromatic Colors of #BDF791
Black with #BDF791
Text Example
Text Example
White with #BDF791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF791; }
p { color: rgb(189,247,145); }
H1.HeaderClassName
{
color: #BDF791;
}
.AnyTagClassName
{
color: #BDF791;
}
</style>
background-color css
<style>
a { background-color: #BDF791; }
a { background-color: rgb(189,247,145); }
div.DivClassName
{
background-color: #BDF791;
}
.BgClassName
{
background-color: #BDF791;
}
</style>
border-color css
<style>
span { border-color: #BDF791; }
span { border-color: rgb(189,247,145); }
td.TdClassName
{
border-color: #BDF791;
}
.TagClassName
{
border-color: #BDF791;
}
</style>