Shades of Sulu #BDF47E
Tints of Sulu #BDF47E
RGB
CMYK
RGB Variations
Color information
#BDF47E (or 0xBDF47E) is known color: Sulu. HEX triplet: BD, F4 and 7E. RGB value is (189,244,126). Sum of RGB (Red+Green+Blue) = 189+244+126=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF47E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF47E is #420B81. Grayscale: #D6D6D6. Windows color (decimal): -4328322 or 8320189. OLE color: 8320189.
HSL color Cylindrical-coordinate representation of color #BDF47E: hue angle of 87.97º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF47E is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 126 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.04 |
| HSL | 87.97º | 0.84% | 0.73% | - |
| HSV(B) | 87.97º | 0.48% | 0.96% | - |
| XYZ | 57.1 | 77.03 | 31.6 | - |
| YUV | 214.1 | 78.28 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 126 | 0.23 | 0 | 0.48 | 0.04 | 87.97 | 0.84 | 0.73 |
| Hex | BD | F4 | 7E | 17 | 0 | 30 | 4 | 58 | 54 | 49 |
| Octal | 275 | 364 | 176 | 27 | 0 | 60 | 4 | 130 | 124 | 111 |
| Binary | 10111101 | 11110100 | 1111110 | 10111 | 0 | 110000 | 100 | 1011000 | 1010100 | 1001001 |
Color Harmonies of #BDF47E
Complementary color
Monochromatic Colors of #BDF47E
Black with #BDF47E
Text Example
Text Example
White with #BDF47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF47E; }
p { color: rgb(189,244,126); }
H1.HeaderClassName
{
color: #BDF47E;
}
.AnyTagClassName
{
color: #BDF47E;
}
</style>
background-color css
<style>
a { background-color: #BDF47E; }
a { background-color: rgb(189,244,126); }
div.DivClassName
{
background-color: #BDF47E;
}
.BgClassName
{
background-color: #BDF47E;
}
</style>
border-color css
<style>
span { border-color: #BDF47E; }
span { border-color: rgb(189,244,126); }
td.TdClassName
{
border-color: #BDF47E;
}
.TagClassName
{
border-color: #BDF47E;
}
</style>