Shades of Sulu #BDED6F
Tints of Sulu #BDED6F
RGB
CMYK
RGB Variations
Color information
#BDED6F (or 0xBDED6F) is known color: Sulu. HEX triplet: BD, ED and 6F. RGB value is (189,237,111). Sum of RGB (Red+Green+Blue) = 189+237+111=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED6F is #421290. Grayscale: #D0D0D0. Windows color (decimal): -4330129 or 7335357. OLE color: 7335357.
HSL color Cylindrical-coordinate representation of color #BDED6F: hue angle of 82.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDED6F is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 111 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.07 |
| HSL | 82.86º | 0.78% | 0.68% | - |
| HSV(B) | 82.86º | 0.53% | 0.93% | - |
| XYZ | 54.14 | 72.53 | 26.19 | - |
| YUV | 208.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 111 | 0.20 | 0 | 0.53 | 0.07 | 82.86 | 0.78 | 0.68 |
| Hex | BD | ED | 6F | 14 | 0 | 35 | 7 | 53 | 4E | 44 |
| Octal | 275 | 355 | 157 | 24 | 0 | 65 | 7 | 123 | 116 | 104 |
| Binary | 10111101 | 11101101 | 1101111 | 10100 | 0 | 110101 | 111 | 1010011 | 1001110 | 1000100 |
Color Harmonies of #BDED6F
Complementary color
Monochromatic Colors of #BDED6F
Black with #BDED6F
Text Example
Text Example
White with #BDED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED6F; }
p { color: rgb(189,237,111); }
H1.HeaderClassName
{
color: #BDED6F;
}
.AnyTagClassName
{
color: #BDED6F;
}
</style>
background-color css
<style>
a { background-color: #BDED6F; }
a { background-color: rgb(189,237,111); }
div.DivClassName
{
background-color: #BDED6F;
}
.BgClassName
{
background-color: #BDED6F;
}
</style>
border-color css
<style>
span { border-color: #BDED6F; }
span { border-color: rgb(189,237,111); }
td.TdClassName
{
border-color: #BDED6F;
}
.TagClassName
{
border-color: #BDED6F;
}
</style>