Shades of Sulu #BDF08B
Tints of Sulu #BDF08B
RGB
CMYK
RGB Variations
Color information
#BDF08B (or 0xBDF08B) is known color: Sulu. HEX triplet: BD, F0 and 8B. RGB value is (189,240,139). Sum of RGB (Red+Green+Blue) = 189+240+139=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF08B is #420F74. Grayscale: #D5D5D5. Windows color (decimal): -4329333 or 9171133. OLE color: 9171133.
HSL color Cylindrical-coordinate representation of color #BDF08B: hue angle of 90.3º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF08B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 139 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.06 |
| HSL | 90.3º | 0.77% | 0.74% | - |
| HSV(B) | 90.3º | 0.42% | 0.94% | - |
| XYZ | 56.81 | 75 | 35.91 | - |
| YUV | 213.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 139 | 0.21 | 0 | 0.42 | 0.06 | 90.3 | 0.77 | 0.74 |
| Hex | BD | F0 | 8B | 15 | 0 | 2A | 6 | 5A | 4D | 4A |
| Octal | 275 | 360 | 213 | 25 | 0 | 52 | 6 | 132 | 115 | 112 |
| Binary | 10111101 | 11110000 | 10001011 | 10101 | 0 | 101010 | 110 | 1011010 | 1001101 | 1001010 |
Color Harmonies of #BDF08B
Complementary color
Monochromatic Colors of #BDF08B
Black with #BDF08B
Text Example
Text Example
White with #BDF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF08B; }
p { color: rgb(189,240,139); }
H1.HeaderClassName
{
color: #BDF08B;
}
.AnyTagClassName
{
color: #BDF08B;
}
</style>
background-color css
<style>
a { background-color: #BDF08B; }
a { background-color: rgb(189,240,139); }
div.DivClassName
{
background-color: #BDF08B;
}
.BgClassName
{
background-color: #BDF08B;
}
</style>
border-color css
<style>
span { border-color: #BDF08B; }
span { border-color: rgb(189,240,139); }
td.TdClassName
{
border-color: #BDF08B;
}
.TagClassName
{
border-color: #BDF08B;
}
</style>