Shades of Sulu #BDF773
Tints of Sulu #BDF773
RGB
CMYK
RGB Variations
Color information
#BDF773 (or 0xBDF773) is known color: Sulu. HEX triplet: BD, F7 and 73. RGB value is (189,247,115). Sum of RGB (Red+Green+Blue) = 189+247+115=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF773 is #42088C. Grayscale: #D7D7D7. Windows color (decimal): -4327565 or 7600061. OLE color: 7600061.
HSL color Cylindrical-coordinate representation of color #BDF773: hue angle of 86.36º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF773 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 115 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.03 |
| HSL | 86.36º | 0.89% | 0.71% | - |
| HSV(B) | 86.36º | 0.53% | 0.97% | - |
| XYZ | 57.34 | 78.58 | 28.36 | - |
| YUV | 214.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 115 | 0.23 | 0 | 0.53 | 0.03 | 86.36 | 0.89 | 0.71 |
| Hex | BD | F7 | 73 | 17 | 0 | 35 | 3 | 56 | 59 | 47 |
| Octal | 275 | 367 | 163 | 27 | 0 | 65 | 3 | 126 | 131 | 107 |
| Binary | 10111101 | 11110111 | 1110011 | 10111 | 0 | 110101 | 11 | 1010110 | 1011001 | 1000111 |
Color Harmonies of #BDF773
Complementary color
Monochromatic Colors of #BDF773
Black with #BDF773
Text Example
Text Example
White with #BDF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF773; }
p { color: rgb(189,247,115); }
H1.HeaderClassName
{
color: #BDF773;
}
.AnyTagClassName
{
color: #BDF773;
}
</style>
background-color css
<style>
a { background-color: #BDF773; }
a { background-color: rgb(189,247,115); }
div.DivClassName
{
background-color: #BDF773;
}
.BgClassName
{
background-color: #BDF773;
}
</style>
border-color css
<style>
span { border-color: #BDF773; }
span { border-color: rgb(189,247,115); }
td.TdClassName
{
border-color: #BDF773;
}
.TagClassName
{
border-color: #BDF773;
}
</style>