Shades of Sulu #BDF788
Tints of Sulu #BDF788
RGB
CMYK
RGB Variations
Color information
#BDF788 (or 0xBDF788) is known color: Sulu. HEX triplet: BD, F7 and 88. RGB value is (189,247,136). Sum of RGB (Red+Green+Blue) = 189+247+136=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF788 is #420877. Grayscale: #D9D9D9. Windows color (decimal): -4327544 or 8976317. OLE color: 8976317.
HSL color Cylindrical-coordinate representation of color #BDF788: hue angle of 91.35º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF788 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 136 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.03 |
| HSL | 91.35º | 0.87% | 0.75% | - |
| HSV(B) | 91.35º | 0.45% | 0.97% | - |
| XYZ | 58.69 | 79.12 | 35.47 | - |
| YUV | 217 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 136 | 0.23 | 0 | 0.45 | 0.03 | 91.35 | 0.87 | 0.75 |
| Hex | BD | F7 | 88 | 17 | 0 | 2D | 3 | 5B | 57 | 4B |
| Octal | 275 | 367 | 210 | 27 | 0 | 55 | 3 | 133 | 127 | 113 |
| Binary | 10111101 | 11110111 | 10001000 | 10111 | 0 | 101101 | 11 | 1011011 | 1010111 | 1001011 |
Color Harmonies of #BDF788
Complementary color
Monochromatic Colors of #BDF788
Black with #BDF788
Text Example
Text Example
White with #BDF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF788; }
p { color: rgb(189,247,136); }
H1.HeaderClassName
{
color: #BDF788;
}
.AnyTagClassName
{
color: #BDF788;
}
</style>
background-color css
<style>
a { background-color: #BDF788; }
a { background-color: rgb(189,247,136); }
div.DivClassName
{
background-color: #BDF788;
}
.BgClassName
{
background-color: #BDF788;
}
</style>
border-color css
<style>
span { border-color: #BDF788; }
span { border-color: rgb(189,247,136); }
td.TdClassName
{
border-color: #BDF788;
}
.TagClassName
{
border-color: #BDF788;
}
</style>