Shades of Sulu #BDF17E
Tints of Sulu #BDF17E
RGB
CMYK
RGB Variations
Color information
#BDF17E (or 0xBDF17E) is known color: Sulu. HEX triplet: BD, F1 and 7E. RGB value is (189,241,126). Sum of RGB (Red+Green+Blue) = 189+241+126=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF17E is #420E81. Grayscale: #D4D4D4. Windows color (decimal): -4329090 or 8319421. OLE color: 8319421.
HSL color Cylindrical-coordinate representation of color #BDF17E: hue angle of 87.13º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF17E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 126 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.05 |
| HSL | 87.13º | 0.8% | 0.72% | - |
| HSV(B) | 87.13º | 0.48% | 0.95% | - |
| XYZ | 56.21 | 75.24 | 31.3 | - |
| YUV | 212.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 126 | 0.22 | 0 | 0.48 | 0.05 | 87.13 | 0.8 | 0.72 |
| Hex | BD | F1 | 7E | 16 | 0 | 30 | 5 | 57 | 50 | 48 |
| Octal | 275 | 361 | 176 | 26 | 0 | 60 | 5 | 127 | 120 | 110 |
| Binary | 10111101 | 11110001 | 1111110 | 10110 | 0 | 110000 | 101 | 1010111 | 1010000 | 1001000 |
Color Harmonies of #BDF17E
Complementary color
Monochromatic Colors of #BDF17E
Black with #BDF17E
Text Example
Text Example
White with #BDF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF17E; }
p { color: rgb(189,241,126); }
H1.HeaderClassName
{
color: #BDF17E;
}
.AnyTagClassName
{
color: #BDF17E;
}
</style>
background-color css
<style>
a { background-color: #BDF17E; }
a { background-color: rgb(189,241,126); }
div.DivClassName
{
background-color: #BDF17E;
}
.BgClassName
{
background-color: #BDF17E;
}
</style>
border-color css
<style>
span { border-color: #BDF17E; }
span { border-color: rgb(189,241,126); }
td.TdClassName
{
border-color: #BDF17E;
}
.TagClassName
{
border-color: #BDF17E;
}
</style>