Shades of Sulu #BDF876
Tints of Sulu #BDF876
RGB
CMYK
RGB Variations
Color information
#BDF876 (or 0xBDF876) is known color: Sulu. HEX triplet: BD, F8 and 76. RGB value is (189,248,118). Sum of RGB (Red+Green+Blue) = 189+248+118=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF876 is #420789. Grayscale: #D7D7D7. Windows color (decimal): -4327306 or 7796925. OLE color: 7796925.
HSL color Cylindrical-coordinate representation of color #BDF876: hue angle of 87.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF876 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 118 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.03 |
| HSL | 87.23º | 0.9% | 0.72% | - |
| HSV(B) | 87.23º | 0.52% | 0.97% | - |
| XYZ | 57.82 | 79.26 | 29.39 | - |
| YUV | 215.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 118 | 0.24 | 0 | 0.52 | 0.03 | 87.23 | 0.9 | 0.72 |
| Hex | BD | F8 | 76 | 18 | 0 | 34 | 3 | 57 | 5A | 48 |
| Octal | 275 | 370 | 166 | 30 | 0 | 64 | 3 | 127 | 132 | 110 |
| Binary | 10111101 | 11111000 | 1110110 | 11000 | 0 | 110100 | 11 | 1010111 | 1011010 | 1001000 |
Color Harmonies of #BDF876
Complementary color
Monochromatic Colors of #BDF876
Black with #BDF876
Text Example
Text Example
White with #BDF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF876; }
p { color: rgb(189,248,118); }
H1.HeaderClassName
{
color: #BDF876;
}
.AnyTagClassName
{
color: #BDF876;
}
</style>
background-color css
<style>
a { background-color: #BDF876; }
a { background-color: rgb(189,248,118); }
div.DivClassName
{
background-color: #BDF876;
}
.BgClassName
{
background-color: #BDF876;
}
</style>
border-color css
<style>
span { border-color: #BDF876; }
span { border-color: rgb(189,248,118); }
td.TdClassName
{
border-color: #BDF876;
}
.TagClassName
{
border-color: #BDF876;
}
</style>