Shades of Sulu #BDDF7E
Tints of Sulu #BDDF7E
RGB
CMYK
RGB Variations
Color information
#BDDF7E (or 0xBDDF7E) is known color: Sulu. HEX triplet: BD, DF and 7E. RGB value is (189,223,126). Sum of RGB (Red+Green+Blue) = 189+223+126=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF7E is #422081. Grayscale: #CACACA. Windows color (decimal): -4333698 or 8314813. OLE color: 8314813.
HSL color Cylindrical-coordinate representation of color #BDDF7E: hue angle of 81.03º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDF7E is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 126 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.13 |
| HSL | 81.03º | 0.6% | 0.68% | - |
| HSV(B) | 81.03º | 0.43% | 0.87% | - |
| XYZ | 51.14 | 65.1 | 29.61 | - |
| YUV | 201.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 126 | 0.15 | 0 | 0.43 | 0.13 | 81.03 | 0.6 | 0.68 |
| Hex | BD | DF | 7E | F | 0 | 2B | D | 51 | 3C | 44 |
| Octal | 275 | 337 | 176 | 17 | 0 | 53 | 15 | 121 | 74 | 104 |
| Binary | 10111101 | 11011111 | 1111110 | 1111 | 0 | 101011 | 1101 | 1010001 | 111100 | 1000100 |
Color Harmonies of #BDDF7E
Complementary color
Monochromatic Colors of #BDDF7E
Black with #BDDF7E
Text Example
Text Example
White with #BDDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF7E; }
p { color: rgb(189,223,126); }
H1.HeaderClassName
{
color: #BDDF7E;
}
.AnyTagClassName
{
color: #BDDF7E;
}
</style>
background-color css
<style>
a { background-color: #BDDF7E; }
a { background-color: rgb(189,223,126); }
div.DivClassName
{
background-color: #BDDF7E;
}
.BgClassName
{
background-color: #BDDF7E;
}
</style>
border-color css
<style>
span { border-color: #BDDF7E; }
span { border-color: rgb(189,223,126); }
td.TdClassName
{
border-color: #BDDF7E;
}
.TagClassName
{
border-color: #BDDF7E;
}
</style>