Shades of Sulu #BDF771
Tints of Sulu #BDF771
RGB
CMYK
RGB Variations
Color information
#BDF771 (or 0xBDF771) is known color: Sulu. HEX triplet: BD, F7 and 71. RGB value is (189,247,113). Sum of RGB (Red+Green+Blue) = 189+247+113=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF771 is #42088E. Grayscale: #D6D6D6. Windows color (decimal): -4327567 or 7468989. OLE color: 7468989.
HSL color Cylindrical-coordinate representation of color #BDF771: hue angle of 85.97º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF771 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 113 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.03 |
| HSL | 85.97º | 0.89% | 0.71% | - |
| HSV(B) | 85.97º | 0.54% | 0.97% | - |
| XYZ | 57.23 | 78.53 | 27.76 | - |
| YUV | 214.38 | 70.78 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 113 | 0.23 | 0 | 0.54 | 0.03 | 85.97 | 0.89 | 0.71 |
| Hex | BD | F7 | 71 | 17 | 0 | 36 | 3 | 56 | 59 | 47 |
| Octal | 275 | 367 | 161 | 27 | 0 | 66 | 3 | 126 | 131 | 107 |
| Binary | 10111101 | 11110111 | 1110001 | 10111 | 0 | 110110 | 11 | 1010110 | 1011001 | 1000111 |
Color Harmonies of #BDF771
Complementary color
Monochromatic Colors of #BDF771
Black with #BDF771
Text Example
Text Example
White with #BDF771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF771; }
p { color: rgb(189,247,113); }
H1.HeaderClassName
{
color: #BDF771;
}
.AnyTagClassName
{
color: #BDF771;
}
</style>
background-color css
<style>
a { background-color: #BDF771; }
a { background-color: rgb(189,247,113); }
div.DivClassName
{
background-color: #BDF771;
}
.BgClassName
{
background-color: #BDF771;
}
</style>
border-color css
<style>
span { border-color: #BDF771; }
span { border-color: rgb(189,247,113); }
td.TdClassName
{
border-color: #BDF771;
}
.TagClassName
{
border-color: #BDF771;
}
</style>