Shades of Sulu #BDF981
Tints of Sulu #BDF981
RGB
CMYK
RGB Variations
Color information
#BDF981 (or 0xBDF981) is known color: Sulu. HEX triplet: BD, F9 and 81. RGB value is (189,249,129). Sum of RGB (Red+Green+Blue) = 189+249+129=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF981 is #42067E. Grayscale: #D9D9D9. Windows color (decimal): -4327039 or 8518077. OLE color: 8518077.
HSL color Cylindrical-coordinate representation of color #BDF981: hue angle of 90º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF981 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 129 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.02 |
| HSL | 90º | 0.91% | 0.74% | - |
| HSV(B) | 90º | 0.48% | 0.98% | - |
| XYZ | 58.82 | 80.16 | 33.14 | - |
| YUV | 217.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 129 | 0.24 | 0 | 0.48 | 0.02 | 90 | 0.91 | 0.74 |
| Hex | BD | F9 | 81 | 18 | 0 | 30 | 2 | 5A | 5B | 4A |
| Octal | 275 | 371 | 201 | 30 | 0 | 60 | 2 | 132 | 133 | 112 |
| Binary | 10111101 | 11111001 | 10000001 | 11000 | 0 | 110000 | 10 | 1011010 | 1011011 | 1001010 |
Color Harmonies of #BDF981
Complementary color
Monochromatic Colors of #BDF981
Black with #BDF981
Text Example
Text Example
White with #BDF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF981; }
p { color: rgb(189,249,129); }
H1.HeaderClassName
{
color: #BDF981;
}
.AnyTagClassName
{
color: #BDF981;
}
</style>
background-color css
<style>
a { background-color: #BDF981; }
a { background-color: rgb(189,249,129); }
div.DivClassName
{
background-color: #BDF981;
}
.BgClassName
{
background-color: #BDF981;
}
</style>
border-color css
<style>
span { border-color: #BDF981; }
span { border-color: rgb(189,249,129); }
td.TdClassName
{
border-color: #BDF981;
}
.TagClassName
{
border-color: #BDF981;
}
</style>