Shades of Sulu #BDF979
Tints of Sulu #BDF979
RGB
CMYK
RGB Variations
Color information
#BDF979 (or 0xBDF979) is known color: Sulu. HEX triplet: BD, F9 and 79. RGB value is (189,249,121). Sum of RGB (Red+Green+Blue) = 189+249+121=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF979 is #420686. Grayscale: #D8D8D8. Windows color (decimal): -4327047 or 7993789. OLE color: 7993789.
HSL color Cylindrical-coordinate representation of color #BDF979: hue angle of 88.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF979 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 121 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.02 |
| HSL | 88.13º | 0.91% | 0.73% | - |
| HSV(B) | 88.13º | 0.51% | 0.98% | - |
| XYZ | 58.31 | 79.95 | 30.45 | - |
| YUV | 216.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 121 | 0.24 | 0 | 0.51 | 0.02 | 88.13 | 0.91 | 0.73 |
| Hex | BD | F9 | 79 | 18 | 0 | 33 | 2 | 58 | 5B | 49 |
| Octal | 275 | 371 | 171 | 30 | 0 | 63 | 2 | 130 | 133 | 111 |
| Binary | 10111101 | 11111001 | 1111001 | 11000 | 0 | 110011 | 10 | 1011000 | 1011011 | 1001001 |
Color Harmonies of #BDF979
Complementary color
Monochromatic Colors of #BDF979
Black with #BDF979
Text Example
Text Example
White with #BDF979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF979; }
p { color: rgb(189,249,121); }
H1.HeaderClassName
{
color: #BDF979;
}
.AnyTagClassName
{
color: #BDF979;
}
</style>
background-color css
<style>
a { background-color: #BDF979; }
a { background-color: rgb(189,249,121); }
div.DivClassName
{
background-color: #BDF979;
}
.BgClassName
{
background-color: #BDF979;
}
</style>
border-color css
<style>
span { border-color: #BDF979; }
span { border-color: rgb(189,249,121); }
td.TdClassName
{
border-color: #BDF979;
}
.TagClassName
{
border-color: #BDF979;
}
</style>