Shades of Sulu #BDF584
Tints of Sulu #BDF584
RGB
CMYK
RGB Variations
Color information
#BDF584 (or 0xBDF584) is known color: Sulu. HEX triplet: BD, F5 and 84. RGB value is (189,245,132). Sum of RGB (Red+Green+Blue) = 189+245+132=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF584 is #420A7B. Grayscale: #D7D7D7. Windows color (decimal): -4328060 or 8713661. OLE color: 8713661.
HSL color Cylindrical-coordinate representation of color #BDF584: hue angle of 89.73º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF584 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 132 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.04 |
| HSL | 89.73º | 0.85% | 0.74% | - |
| HSV(B) | 89.73º | 0.46% | 0.96% | - |
| XYZ | 57.8 | 77.79 | 33.8 | - |
| YUV | 215.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 132 | 0.23 | 0 | 0.46 | 0.04 | 89.73 | 0.85 | 0.74 |
| Hex | BD | F5 | 84 | 17 | 0 | 2E | 4 | 5A | 55 | 4A |
| Octal | 275 | 365 | 204 | 27 | 0 | 56 | 4 | 132 | 125 | 112 |
| Binary | 10111101 | 11110101 | 10000100 | 10111 | 0 | 101110 | 100 | 1011010 | 1010101 | 1001010 |
Color Harmonies of #BDF584
Complementary color
Monochromatic Colors of #BDF584
Black with #BDF584
Text Example
Text Example
White with #BDF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF584; }
p { color: rgb(189,245,132); }
H1.HeaderClassName
{
color: #BDF584;
}
.AnyTagClassName
{
color: #BDF584;
}
</style>
background-color css
<style>
a { background-color: #BDF584; }
a { background-color: rgb(189,245,132); }
div.DivClassName
{
background-color: #BDF584;
}
.BgClassName
{
background-color: #BDF584;
}
</style>
border-color css
<style>
span { border-color: #BDF584; }
span { border-color: rgb(189,245,132); }
td.TdClassName
{
border-color: #BDF584;
}
.TagClassName
{
border-color: #BDF584;
}
</style>