Shades of Sulu #BDE17F
Tints of Sulu #BDE17F
RGB
CMYK
RGB Variations
Color information
#BDE17F (or 0xBDE17F) is known color: Sulu. HEX triplet: BD, E1 and 7F. RGB value is (189,225,127). Sum of RGB (Red+Green+Blue) = 189+225+127=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE17F is #421E80. Grayscale: #CBCBCB. Windows color (decimal): -4333185 or 8380861. OLE color: 8380861.
HSL color Cylindrical-coordinate representation of color #BDE17F: hue angle of 82.04º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE17F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 127 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.12 |
| HSL | 82.04º | 0.62% | 0.69% | - |
| HSV(B) | 82.04º | 0.44% | 0.88% | - |
| XYZ | 51.74 | 66.2 | 30.13 | - |
| YUV | 203.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 127 | 0.16 | 0 | 0.44 | 0.12 | 82.04 | 0.62 | 0.69 |
| Hex | BD | E1 | 7F | 10 | 0 | 2C | C | 52 | 3E | 45 |
| Octal | 275 | 341 | 177 | 20 | 0 | 54 | 14 | 122 | 76 | 105 |
| Binary | 10111101 | 11100001 | 1111111 | 10000 | 0 | 101100 | 1100 | 1010010 | 111110 | 1000101 |
Color Harmonies of #BDE17F
Complementary color
Monochromatic Colors of #BDE17F
Black with #BDE17F
Text Example
Text Example
White with #BDE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE17F; }
p { color: rgb(189,225,127); }
H1.HeaderClassName
{
color: #BDE17F;
}
.AnyTagClassName
{
color: #BDE17F;
}
</style>
background-color css
<style>
a { background-color: #BDE17F; }
a { background-color: rgb(189,225,127); }
div.DivClassName
{
background-color: #BDE17F;
}
.BgClassName
{
background-color: #BDE17F;
}
</style>
border-color css
<style>
span { border-color: #BDE17F; }
span { border-color: rgb(189,225,127); }
td.TdClassName
{
border-color: #BDE17F;
}
.TagClassName
{
border-color: #BDE17F;
}
</style>