Shades of Sulu #BDF777
Tints of Sulu #BDF777
RGB
CMYK
RGB Variations
Color information
#BDF777 (or 0xBDF777) is known color: Sulu. HEX triplet: BD, F7 and 77. RGB value is (189,247,119). Sum of RGB (Red+Green+Blue) = 189+247+119=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF777 is #420888. Grayscale: #D7D7D7. Windows color (decimal): -4327561 or 7862205. OLE color: 7862205.
HSL color Cylindrical-coordinate representation of color #BDF777: hue angle of 87.19º degrees, saturation: 0.89, 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 #BDF777 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 119 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.03 |
| HSL | 87.19º | 0.89% | 0.72% | - |
| HSV(B) | 87.19º | 0.52% | 0.97% | - |
| XYZ | 57.58 | 78.67 | 29.6 | - |
| YUV | 215.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 119 | 0.23 | 0 | 0.52 | 0.03 | 87.19 | 0.89 | 0.72 |
| Hex | BD | F7 | 77 | 17 | 0 | 34 | 3 | 57 | 59 | 48 |
| Octal | 275 | 367 | 167 | 27 | 0 | 64 | 3 | 127 | 131 | 110 |
| Binary | 10111101 | 11110111 | 1110111 | 10111 | 0 | 110100 | 11 | 1010111 | 1011001 | 1001000 |
Color Harmonies of #BDF777
Complementary color
Monochromatic Colors of #BDF777
Black with #BDF777
Text Example
Text Example
White with #BDF777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF777; }
p { color: rgb(189,247,119); }
H1.HeaderClassName
{
color: #BDF777;
}
.AnyTagClassName
{
color: #BDF777;
}
</style>
background-color css
<style>
a { background-color: #BDF777; }
a { background-color: rgb(189,247,119); }
div.DivClassName
{
background-color: #BDF777;
}
.BgClassName
{
background-color: #BDF777;
}
</style>
border-color css
<style>
span { border-color: #BDF777; }
span { border-color: rgb(189,247,119); }
td.TdClassName
{
border-color: #BDF777;
}
.TagClassName
{
border-color: #BDF777;
}
</style>