Shades of Sulu #BDF98B
Tints of Sulu #BDF98B
RGB
CMYK
RGB Variations
Color information
#BDF98B (or 0xBDF98B) is known color: Sulu. HEX triplet: BD, F9 and 8B. RGB value is (189,249,139). Sum of RGB (Red+Green+Blue) = 189+249+139=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF98B is #420674. Grayscale: #DADADA. Windows color (decimal): -4327029 or 9173437. OLE color: 9173437.
HSL color Cylindrical-coordinate representation of color #BDF98B: hue angle of 92.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF98B is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 139 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.02 |
| HSL | 92.73º | 0.9% | 0.76% | - |
| HSV(B) | 92.73º | 0.44% | 0.98% | - |
| XYZ | 59.52 | 80.43 | 36.81 | - |
| YUV | 218.52 | 83.12 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 139 | 0.24 | 0 | 0.44 | 0.02 | 92.73 | 0.9 | 0.76 |
| Hex | BD | F9 | 8B | 18 | 0 | 2C | 2 | 5D | 5A | 4C |
| Octal | 275 | 371 | 213 | 30 | 0 | 54 | 2 | 135 | 132 | 114 |
| Binary | 10111101 | 11111001 | 10001011 | 11000 | 0 | 101100 | 10 | 1011101 | 1011010 | 1001100 |
Color Harmonies of #BDF98B
Complementary color
Monochromatic Colors of #BDF98B
Black with #BDF98B
Text Example
Text Example
White with #BDF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF98B; }
p { color: rgb(189,249,139); }
H1.HeaderClassName
{
color: #BDF98B;
}
.AnyTagClassName
{
color: #BDF98B;
}
</style>
background-color css
<style>
a { background-color: #BDF98B; }
a { background-color: rgb(189,249,139); }
div.DivClassName
{
background-color: #BDF98B;
}
.BgClassName
{
background-color: #BDF98B;
}
</style>
border-color css
<style>
span { border-color: #BDF98B; }
span { border-color: rgb(189,249,139); }
td.TdClassName
{
border-color: #BDF98B;
}
.TagClassName
{
border-color: #BDF98B;
}
</style>