Shades of Sulu #BDF389
Tints of Sulu #BDF389
RGB
CMYK
RGB Variations
Color information
#BDF389 (or 0xBDF389) is known color: Sulu. HEX triplet: BD, F3 and 89. RGB value is (189,243,137). Sum of RGB (Red+Green+Blue) = 189+243+137=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF389 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF389 is #420C76. Grayscale: #D7D7D7. Windows color (decimal): -4328567 or 9040829. OLE color: 9040829.
HSL color Cylindrical-coordinate representation of color #BDF389: hue angle of 90.57º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF389 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 137 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.05 |
| HSL | 90.57º | 0.82% | 0.75% | - |
| HSV(B) | 90.57º | 0.44% | 0.95% | - |
| XYZ | 57.55 | 76.73 | 35.44 | - |
| YUV | 214.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 137 | 0.22 | 0 | 0.44 | 0.05 | 90.57 | 0.82 | 0.75 |
| Hex | BD | F3 | 89 | 16 | 0 | 2C | 5 | 5B | 52 | 4B |
| Octal | 275 | 363 | 211 | 26 | 0 | 54 | 5 | 133 | 122 | 113 |
| Binary | 10111101 | 11110011 | 10001001 | 10110 | 0 | 101100 | 101 | 1011011 | 1010010 | 1001011 |
Color Harmonies of #BDF389
Complementary color
Monochromatic Colors of #BDF389
Black with #BDF389
Text Example
Text Example
White with #BDF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF389; }
p { color: rgb(189,243,137); }
H1.HeaderClassName
{
color: #BDF389;
}
.AnyTagClassName
{
color: #BDF389;
}
</style>
background-color css
<style>
a { background-color: #BDF389; }
a { background-color: rgb(189,243,137); }
div.DivClassName
{
background-color: #BDF389;
}
.BgClassName
{
background-color: #BDF389;
}
</style>
border-color css
<style>
span { border-color: #BDF389; }
span { border-color: rgb(189,243,137); }
td.TdClassName
{
border-color: #BDF389;
}
.TagClassName
{
border-color: #BDF389;
}
</style>