Shades of Sulu #BDF571
Tints of Sulu #BDF571
RGB
CMYK
RGB Variations
Color information
#BDF571 (or 0xBDF571) is known color: Sulu. HEX triplet: BD, F5 and 71. RGB value is (189,245,113). Sum of RGB (Red+Green+Blue) = 189+245+113=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF571 is #420A8E. Grayscale: #D5D5D5. Windows color (decimal): -4328079 or 7468477. OLE color: 7468477.
HSL color Cylindrical-coordinate representation of color #BDF571: hue angle of 85.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF571 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 113 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.04 |
| HSL | 85.45º | 0.87% | 0.7% | - |
| HSV(B) | 85.45º | 0.54% | 0.96% | - |
| XYZ | 56.62 | 77.32 | 27.56 | - |
| YUV | 213.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 113 | 0.23 | 0 | 0.54 | 0.04 | 85.45 | 0.87 | 0.7 |
| Hex | BD | F5 | 71 | 17 | 0 | 36 | 4 | 55 | 57 | 46 |
| Octal | 275 | 365 | 161 | 27 | 0 | 66 | 4 | 125 | 127 | 106 |
| Binary | 10111101 | 11110101 | 1110001 | 10111 | 0 | 110110 | 100 | 1010101 | 1010111 | 1000110 |
Color Harmonies of #BDF571
Complementary color
Monochromatic Colors of #BDF571
Black with #BDF571
Text Example
Text Example
White with #BDF571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF571; }
p { color: rgb(189,245,113); }
H1.HeaderClassName
{
color: #BDF571;
}
.AnyTagClassName
{
color: #BDF571;
}
</style>
background-color css
<style>
a { background-color: #BDF571; }
a { background-color: rgb(189,245,113); }
div.DivClassName
{
background-color: #BDF571;
}
.BgClassName
{
background-color: #BDF571;
}
</style>
border-color css
<style>
span { border-color: #BDF571; }
span { border-color: rgb(189,245,113); }
td.TdClassName
{
border-color: #BDF571;
}
.TagClassName
{
border-color: #BDF571;
}
</style>