Shades of Sulu #BDF77E
Tints of Sulu #BDF77E
RGB
CMYK
RGB Variations
Color information
#BDF77E (or 0xBDF77E) is known color: Sulu. HEX triplet: BD, F7 and 7E. RGB value is (189,247,126). Sum of RGB (Red+Green+Blue) = 189+247+126=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF77E is #420881. Grayscale: #D8D8D8. Windows color (decimal): -4327554 or 8320957. OLE color: 8320957.
HSL color Cylindrical-coordinate representation of color #BDF77E: hue angle of 88.76º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF77E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 126 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.03 |
| HSL | 88.76º | 0.88% | 0.73% | - |
| HSV(B) | 88.76º | 0.49% | 0.97% | - |
| XYZ | 58.01 | 78.85 | 31.9 | - |
| YUV | 215.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 126 | 0.23 | 0 | 0.49 | 0.03 | 88.76 | 0.88 | 0.73 |
| Hex | BD | F7 | 7E | 17 | 0 | 31 | 3 | 59 | 58 | 49 |
| Octal | 275 | 367 | 176 | 27 | 0 | 61 | 3 | 131 | 130 | 111 |
| Binary | 10111101 | 11110111 | 1111110 | 10111 | 0 | 110001 | 11 | 1011001 | 1011000 | 1001001 |
Color Harmonies of #BDF77E
Complementary color
Monochromatic Colors of #BDF77E
Black with #BDF77E
Text Example
Text Example
White with #BDF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF77E; }
p { color: rgb(189,247,126); }
H1.HeaderClassName
{
color: #BDF77E;
}
.AnyTagClassName
{
color: #BDF77E;
}
</style>
background-color css
<style>
a { background-color: #BDF77E; }
a { background-color: rgb(189,247,126); }
div.DivClassName
{
background-color: #BDF77E;
}
.BgClassName
{
background-color: #BDF77E;
}
</style>
border-color css
<style>
span { border-color: #BDF77E; }
span { border-color: rgb(189,247,126); }
td.TdClassName
{
border-color: #BDF77E;
}
.TagClassName
{
border-color: #BDF77E;
}
</style>