Shades of Sulu #BDF976
Tints of Sulu #BDF976
RGB
CMYK
RGB Variations
Color information
#BDF976 (or 0xBDF976) is known color: Sulu. HEX triplet: BD, F9 and 76. RGB value is (189,249,118). Sum of RGB (Red+Green+Blue) = 189+249+118=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF976 is #420689. Grayscale: #D8D8D8. Windows color (decimal): -4327050 or 7797181. OLE color: 7797181.
HSL color Cylindrical-coordinate representation of color #BDF976: hue angle of 87.48º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF976 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 118 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.02 |
| HSL | 87.48º | 0.92% | 0.72% | - |
| HSV(B) | 87.48º | 0.53% | 0.98% | - |
| XYZ | 58.13 | 79.88 | 29.49 | - |
| YUV | 216.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 118 | 0.24 | 0 | 0.53 | 0.02 | 87.48 | 0.92 | 0.72 |
| Hex | BD | F9 | 76 | 18 | 0 | 35 | 2 | 57 | 5C | 48 |
| Octal | 275 | 371 | 166 | 30 | 0 | 65 | 2 | 127 | 134 | 110 |
| Binary | 10111101 | 11111001 | 1110110 | 11000 | 0 | 110101 | 10 | 1010111 | 1011100 | 1001000 |
Color Harmonies of #BDF976
Complementary color
Monochromatic Colors of #BDF976
Black with #BDF976
Text Example
Text Example
White with #BDF976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF976; }
p { color: rgb(189,249,118); }
H1.HeaderClassName
{
color: #BDF976;
}
.AnyTagClassName
{
color: #BDF976;
}
</style>
background-color css
<style>
a { background-color: #BDF976; }
a { background-color: rgb(189,249,118); }
div.DivClassName
{
background-color: #BDF976;
}
.BgClassName
{
background-color: #BDF976;
}
</style>
border-color css
<style>
span { border-color: #BDF976; }
span { border-color: rgb(189,249,118); }
td.TdClassName
{
border-color: #BDF976;
}
.TagClassName
{
border-color: #BDF976;
}
</style>