Shades of Sulu #BDF586
Tints of Sulu #BDF586
RGB
CMYK
RGB Variations
Color information
#BDF586 (or 0xBDF586) is known color: Sulu. HEX triplet: BD, F5 and 86. RGB value is (189,245,134). Sum of RGB (Red+Green+Blue) = 189+245+134=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF586 is #420A79. Grayscale: #D7D7D7. Windows color (decimal): -4328058 or 8844733. OLE color: 8844733.
HSL color Cylindrical-coordinate representation of color #BDF586: hue angle of 90.27º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF586 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 134 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.04 |
| HSL | 90.27º | 0.85% | 0.74% | - |
| HSV(B) | 90.27º | 0.45% | 0.96% | - |
| XYZ | 57.94 | 77.84 | 34.53 | - |
| YUV | 215.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 134 | 0.23 | 0 | 0.45 | 0.04 | 90.27 | 0.85 | 0.74 |
| Hex | BD | F5 | 86 | 17 | 0 | 2D | 4 | 5A | 55 | 4A |
| Octal | 275 | 365 | 206 | 27 | 0 | 55 | 4 | 132 | 125 | 112 |
| Binary | 10111101 | 11110101 | 10000110 | 10111 | 0 | 101101 | 100 | 1011010 | 1010101 | 1001010 |
Color Harmonies of #BDF586
Complementary color
Monochromatic Colors of #BDF586
Black with #BDF586
Text Example
Text Example
White with #BDF586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF586; }
p { color: rgb(189,245,134); }
H1.HeaderClassName
{
color: #BDF586;
}
.AnyTagClassName
{
color: #BDF586;
}
</style>
background-color css
<style>
a { background-color: #BDF586; }
a { background-color: rgb(189,245,134); }
div.DivClassName
{
background-color: #BDF586;
}
.BgClassName
{
background-color: #BDF586;
}
</style>
border-color css
<style>
span { border-color: #BDF586; }
span { border-color: rgb(189,245,134); }
td.TdClassName
{
border-color: #BDF586;
}
.TagClassName
{
border-color: #BDF586;
}
</style>