Shades of Sulu #BDF881
Tints of Sulu #BDF881
RGB
CMYK
RGB Variations
Color information
#BDF881 (or 0xBDF881) is known color: Sulu. HEX triplet: BD, F8 and 81. RGB value is (189,248,129). Sum of RGB (Red+Green+Blue) = 189+248+129=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF881 is #42077E. Grayscale: #D9D9D9. Windows color (decimal): -4327295 or 8517821. OLE color: 8517821.
HSL color Cylindrical-coordinate representation of color #BDF881: hue angle of 89.75º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF881 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 129 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.03 |
| HSL | 89.75º | 0.89% | 0.74% | - |
| HSV(B) | 89.75º | 0.48% | 0.97% | - |
| XYZ | 58.52 | 79.54 | 33.04 | - |
| YUV | 216.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 129 | 0.24 | 0 | 0.48 | 0.03 | 89.75 | 0.89 | 0.74 |
| Hex | BD | F8 | 81 | 18 | 0 | 30 | 3 | 5A | 59 | 4A |
| Octal | 275 | 370 | 201 | 30 | 0 | 60 | 3 | 132 | 131 | 112 |
| Binary | 10111101 | 11111000 | 10000001 | 11000 | 0 | 110000 | 11 | 1011010 | 1011001 | 1001010 |
Color Harmonies of #BDF881
Complementary color
Monochromatic Colors of #BDF881
Black with #BDF881
Text Example
Text Example
White with #BDF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF881; }
p { color: rgb(189,248,129); }
H1.HeaderClassName
{
color: #BDF881;
}
.AnyTagClassName
{
color: #BDF881;
}
</style>
background-color css
<style>
a { background-color: #BDF881; }
a { background-color: rgb(189,248,129); }
div.DivClassName
{
background-color: #BDF881;
}
.BgClassName
{
background-color: #BDF881;
}
</style>
border-color css
<style>
span { border-color: #BDF881; }
span { border-color: rgb(189,248,129); }
td.TdClassName
{
border-color: #BDF881;
}
.TagClassName
{
border-color: #BDF881;
}
</style>