Shades of Sulu #BDF77B
Tints of Sulu #BDF77B
RGB
CMYK
RGB Variations
Color information
#BDF77B (or 0xBDF77B) is known color: Sulu. HEX triplet: BD, F7 and 7B. RGB value is (189,247,123). Sum of RGB (Red+Green+Blue) = 189+247+123=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF77B is #420884. Grayscale: #D7D7D7. Windows color (decimal): -4327557 or 8124349. OLE color: 8124349.
HSL color Cylindrical-coordinate representation of color #BDF77B: hue angle of 88.06º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF77B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 123 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.03 |
| HSL | 88.06º | 0.89% | 0.73% | - |
| HSV(B) | 88.06º | 0.5% | 0.97% | - |
| XYZ | 57.82 | 78.77 | 30.9 | - |
| YUV | 215.52 | 75.78 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 123 | 0.23 | 0 | 0.50 | 0.03 | 88.06 | 0.89 | 0.73 |
| Hex | BD | F7 | 7B | 17 | 0 | 32 | 3 | 58 | 59 | 49 |
| Octal | 275 | 367 | 173 | 27 | 0 | 62 | 3 | 130 | 131 | 111 |
| Binary | 10111101 | 11110111 | 1111011 | 10111 | 0 | 110010 | 11 | 1011000 | 1011001 | 1001001 |
Color Harmonies of #BDF77B
Complementary color
Monochromatic Colors of #BDF77B
Black with #BDF77B
Text Example
Text Example
White with #BDF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF77B; }
p { color: rgb(189,247,123); }
H1.HeaderClassName
{
color: #BDF77B;
}
.AnyTagClassName
{
color: #BDF77B;
}
</style>
background-color css
<style>
a { background-color: #BDF77B; }
a { background-color: rgb(189,247,123); }
div.DivClassName
{
background-color: #BDF77B;
}
.BgClassName
{
background-color: #BDF77B;
}
</style>
border-color css
<style>
span { border-color: #BDF77B; }
span { border-color: rgb(189,247,123); }
td.TdClassName
{
border-color: #BDF77B;
}
.TagClassName
{
border-color: #BDF77B;
}
</style>