Shades of Sulu #BDF08D
Tints of Sulu #BDF08D
RGB
CMYK
RGB Variations
Color information
#BDF08D (or 0xBDF08D) is known color: Sulu. HEX triplet: BD, F0 and 8D. RGB value is (189,240,141). Sum of RGB (Red+Green+Blue) = 189+240+141=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF08D is #420F72. Grayscale: #D5D5D5. Windows color (decimal): -4329331 or 9302205. OLE color: 9302205.
HSL color Cylindrical-coordinate representation of color #BDF08D: hue angle of 90.91º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF08D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 141 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.06 |
| HSL | 90.91º | 0.77% | 0.75% | - |
| HSV(B) | 90.91º | 0.41% | 0.94% | - |
| XYZ | 56.95 | 75.06 | 36.69 | - |
| YUV | 213.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 141 | 0.21 | 0 | 0.41 | 0.06 | 90.91 | 0.77 | 0.75 |
| Hex | BD | F0 | 8D | 15 | 0 | 29 | 6 | 5B | 4D | 4B |
| Octal | 275 | 360 | 215 | 25 | 0 | 51 | 6 | 133 | 115 | 113 |
| Binary | 10111101 | 11110000 | 10001101 | 10101 | 0 | 101001 | 110 | 1011011 | 1001101 | 1001011 |
Color Harmonies of #BDF08D
Complementary color
Monochromatic Colors of #BDF08D
Black with #BDF08D
Text Example
Text Example
White with #BDF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF08D; }
p { color: rgb(189,240,141); }
H1.HeaderClassName
{
color: #BDF08D;
}
.AnyTagClassName
{
color: #BDF08D;
}
</style>
background-color css
<style>
a { background-color: #BDF08D; }
a { background-color: rgb(189,240,141); }
div.DivClassName
{
background-color: #BDF08D;
}
.BgClassName
{
background-color: #BDF08D;
}
</style>
border-color css
<style>
span { border-color: #BDF08D; }
span { border-color: rgb(189,240,141); }
td.TdClassName
{
border-color: #BDF08D;
}
.TagClassName
{
border-color: #BDF08D;
}
</style>