Shades of Sulu #BDF770
Tints of Sulu #BDF770
RGB
CMYK
RGB Variations
Color information
#BDF770 (or 0xBDF770) is known color: Sulu. HEX triplet: BD, F7 and 70. RGB value is (189,247,112). Sum of RGB (Red+Green+Blue) = 189+247+112=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF770 is #42088F. Grayscale: #D6D6D6. Windows color (decimal): -4327568 or 7403453. OLE color: 7403453.
HSL color Cylindrical-coordinate representation of color #BDF770: hue angle of 85.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF770 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 112 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.03 |
| HSL | 85.78º | 0.89% | 0.7% | - |
| HSV(B) | 85.78º | 0.55% | 0.97% | - |
| XYZ | 57.17 | 78.51 | 27.47 | - |
| YUV | 214.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 112 | 0.23 | 0 | 0.55 | 0.03 | 85.78 | 0.89 | 0.7 |
| Hex | BD | F7 | 70 | 17 | 0 | 37 | 3 | 56 | 59 | 46 |
| Octal | 275 | 367 | 160 | 27 | 0 | 67 | 3 | 126 | 131 | 106 |
| Binary | 10111101 | 11110111 | 1110000 | 10111 | 0 | 110111 | 11 | 1010110 | 1011001 | 1000110 |
Color Harmonies of #BDF770
Complementary color
Monochromatic Colors of #BDF770
Black with #BDF770
Text Example
Text Example
White with #BDF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF770; }
p { color: rgb(189,247,112); }
H1.HeaderClassName
{
color: #BDF770;
}
.AnyTagClassName
{
color: #BDF770;
}
</style>
background-color css
<style>
a { background-color: #BDF770; }
a { background-color: rgb(189,247,112); }
div.DivClassName
{
background-color: #BDF770;
}
.BgClassName
{
background-color: #BDF770;
}
</style>
border-color css
<style>
span { border-color: #BDF770; }
span { border-color: rgb(189,247,112); }
td.TdClassName
{
border-color: #BDF770;
}
.TagClassName
{
border-color: #BDF770;
}
</style>