Shades of Sulu #BDF573
Tints of Sulu #BDF573
RGB
CMYK
RGB Variations
Color information
#BDF573 (or 0xBDF573) is known color: Sulu. HEX triplet: BD, F5 and 73. RGB value is (189,245,115). Sum of RGB (Red+Green+Blue) = 189+245+115=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF573 is #420A8C. Grayscale: #D5D5D5. Windows color (decimal): -4328077 or 7599549. OLE color: 7599549.
HSL color Cylindrical-coordinate representation of color #BDF573: hue angle of 85.85º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF573 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 115 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.04 |
| HSL | 85.85º | 0.87% | 0.71% | - |
| HSV(B) | 85.85º | 0.53% | 0.96% | - |
| XYZ | 56.73 | 77.36 | 28.16 | - |
| YUV | 213.44 | 72.45 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 115 | 0.23 | 0 | 0.53 | 0.04 | 85.85 | 0.87 | 0.71 |
| Hex | BD | F5 | 73 | 17 | 0 | 35 | 4 | 56 | 57 | 47 |
| Octal | 275 | 365 | 163 | 27 | 0 | 65 | 4 | 126 | 127 | 107 |
| Binary | 10111101 | 11110101 | 1110011 | 10111 | 0 | 110101 | 100 | 1010110 | 1010111 | 1000111 |
Color Harmonies of #BDF573
Complementary color
Monochromatic Colors of #BDF573
Black with #BDF573
Text Example
Text Example
White with #BDF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF573; }
p { color: rgb(189,245,115); }
H1.HeaderClassName
{
color: #BDF573;
}
.AnyTagClassName
{
color: #BDF573;
}
</style>
background-color css
<style>
a { background-color: #BDF573; }
a { background-color: rgb(189,245,115); }
div.DivClassName
{
background-color: #BDF573;
}
.BgClassName
{
background-color: #BDF573;
}
</style>
border-color css
<style>
span { border-color: #BDF573; }
span { border-color: rgb(189,245,115); }
td.TdClassName
{
border-color: #BDF573;
}
.TagClassName
{
border-color: #BDF573;
}
</style>