Shades of Sulu #BDF281
Tints of Sulu #BDF281
RGB
CMYK
RGB Variations
Color information
#BDF281 (or 0xBDF281) is known color: Sulu. HEX triplet: BD, F2 and 81. RGB value is (189,242,129). Sum of RGB (Red+Green+Blue) = 189+242+129=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF281 is #420D7E. Grayscale: #D5D5D5. Windows color (decimal): -4328831 or 8516285. OLE color: 8516285.
HSL color Cylindrical-coordinate representation of color #BDF281: hue angle of 88.14º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF281 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 129 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.05 |
| HSL | 88.14º | 0.81% | 0.73% | - |
| HSV(B) | 88.14º | 0.47% | 0.95% | - |
| XYZ | 56.7 | 75.91 | 32.43 | - |
| YUV | 213.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 129 | 0.22 | 0 | 0.47 | 0.05 | 88.14 | 0.81 | 0.73 |
| Hex | BD | F2 | 81 | 16 | 0 | 2F | 5 | 58 | 51 | 49 |
| Octal | 275 | 362 | 201 | 26 | 0 | 57 | 5 | 130 | 121 | 111 |
| Binary | 10111101 | 11110010 | 10000001 | 10110 | 0 | 101111 | 101 | 1011000 | 1010001 | 1001001 |
Color Harmonies of #BDF281
Complementary color
Monochromatic Colors of #BDF281
Black with #BDF281
Text Example
Text Example
White with #BDF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF281; }
p { color: rgb(189,242,129); }
H1.HeaderClassName
{
color: #BDF281;
}
.AnyTagClassName
{
color: #BDF281;
}
</style>
background-color css
<style>
a { background-color: #BDF281; }
a { background-color: rgb(189,242,129); }
div.DivClassName
{
background-color: #BDF281;
}
.BgClassName
{
background-color: #BDF281;
}
</style>
border-color css
<style>
span { border-color: #BDF281; }
span { border-color: rgb(189,242,129); }
td.TdClassName
{
border-color: #BDF281;
}
.TagClassName
{
border-color: #BDF281;
}
</style>