Shades of Sulu #BDF671
Tints of Sulu #BDF671
RGB
CMYK
RGB Variations
Color information
#BDF671 (or 0xBDF671) is known color: Sulu. HEX triplet: BD, F6 and 71. RGB value is (189,246,113). Sum of RGB (Red+Green+Blue) = 189+246+113=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF671 is #42098E. Grayscale: #D6D6D6. Windows color (decimal): -4327823 or 7468733. OLE color: 7468733.
HSL color Cylindrical-coordinate representation of color #BDF671: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF671 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 113 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.04 |
| HSL | 85.71º | 0.88% | 0.7% | - |
| HSV(B) | 85.71º | 0.54% | 0.96% | - |
| XYZ | 56.92 | 77.92 | 27.66 | - |
| YUV | 213.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 113 | 0.23 | 0 | 0.54 | 0.04 | 85.71 | 0.88 | 0.7 |
| Hex | BD | F6 | 71 | 17 | 0 | 36 | 4 | 56 | 58 | 46 |
| Octal | 275 | 366 | 161 | 27 | 0 | 66 | 4 | 126 | 130 | 106 |
| Binary | 10111101 | 11110110 | 1110001 | 10111 | 0 | 110110 | 100 | 1010110 | 1011000 | 1000110 |
Color Harmonies of #BDF671
Complementary color
Monochromatic Colors of #BDF671
Black with #BDF671
Text Example
Text Example
White with #BDF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF671; }
p { color: rgb(189,246,113); }
H1.HeaderClassName
{
color: #BDF671;
}
.AnyTagClassName
{
color: #BDF671;
}
</style>
background-color css
<style>
a { background-color: #BDF671; }
a { background-color: rgb(189,246,113); }
div.DivClassName
{
background-color: #BDF671;
}
.BgClassName
{
background-color: #BDF671;
}
</style>
border-color css
<style>
span { border-color: #BDF671; }
span { border-color: rgb(189,246,113); }
td.TdClassName
{
border-color: #BDF671;
}
.TagClassName
{
border-color: #BDF671;
}
</style>