Shades of Sulu #BDF984
Tints of Sulu #BDF984
RGB
CMYK
RGB Variations
Color information
#BDF984 (or 0xBDF984) is known color: Sulu. HEX triplet: BD, F9 and 84. RGB value is (189,249,132). Sum of RGB (Red+Green+Blue) = 189+249+132=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF984 is #42067B. Grayscale: #DADADA. Windows color (decimal): -4327036 or 8714685. OLE color: 8714685.
HSL color Cylindrical-coordinate representation of color #BDF984: hue angle of 90.77º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF984 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 132 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.02 |
| HSL | 90.77º | 0.91% | 0.75% | - |
| HSV(B) | 90.77º | 0.47% | 0.98% | - |
| XYZ | 59.03 | 80.24 | 34.21 | - |
| YUV | 217.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 132 | 0.24 | 0 | 0.47 | 0.02 | 90.77 | 0.91 | 0.75 |
| Hex | BD | F9 | 84 | 18 | 0 | 2F | 2 | 5B | 5B | 4B |
| Octal | 275 | 371 | 204 | 30 | 0 | 57 | 2 | 133 | 133 | 113 |
| Binary | 10111101 | 11111001 | 10000100 | 11000 | 0 | 101111 | 10 | 1011011 | 1011011 | 1001011 |
Color Harmonies of #BDF984
Complementary color
Monochromatic Colors of #BDF984
Black with #BDF984
Text Example
Text Example
White with #BDF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF984; }
p { color: rgb(189,249,132); }
H1.HeaderClassName
{
color: #BDF984;
}
.AnyTagClassName
{
color: #BDF984;
}
</style>
background-color css
<style>
a { background-color: #BDF984; }
a { background-color: rgb(189,249,132); }
div.DivClassName
{
background-color: #BDF984;
}
.BgClassName
{
background-color: #BDF984;
}
</style>
border-color css
<style>
span { border-color: #BDF984; }
span { border-color: rgb(189,249,132); }
td.TdClassName
{
border-color: #BDF984;
}
.TagClassName
{
border-color: #BDF984;
}
</style>