Shades of Sulu #BDED7F
Tints of Sulu #BDED7F
RGB
CMYK
RGB Variations
Color information
#BDED7F (or 0xBDED7F) is known color: Sulu. HEX triplet: BD, ED and 7F. RGB value is (189,237,127). Sum of RGB (Red+Green+Blue) = 189+237+127=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED7F is #421280. Grayscale: #D2D2D2. Windows color (decimal): -4330113 or 8383933. OLE color: 8383933.
HSL color Cylindrical-coordinate representation of color #BDED7F: hue angle of 86.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDED7F is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 127 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.07 |
| HSL | 86.18º | 0.75% | 0.71% | - |
| HSV(B) | 86.18º | 0.46% | 0.93% | - |
| XYZ | 55.1 | 72.92 | 31.25 | - |
| YUV | 210.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 127 | 0.20 | 0 | 0.46 | 0.07 | 86.18 | 0.75 | 0.71 |
| Hex | BD | ED | 7F | 14 | 0 | 2E | 7 | 56 | 4B | 47 |
| Octal | 275 | 355 | 177 | 24 | 0 | 56 | 7 | 126 | 113 | 107 |
| Binary | 10111101 | 11101101 | 1111111 | 10100 | 0 | 101110 | 111 | 1010110 | 1001011 | 1000111 |
Color Harmonies of #BDED7F
Complementary color
Monochromatic Colors of #BDED7F
Black with #BDED7F
Text Example
Text Example
White with #BDED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED7F; }
p { color: rgb(189,237,127); }
H1.HeaderClassName
{
color: #BDED7F;
}
.AnyTagClassName
{
color: #BDED7F;
}
</style>
background-color css
<style>
a { background-color: #BDED7F; }
a { background-color: rgb(189,237,127); }
div.DivClassName
{
background-color: #BDED7F;
}
.BgClassName
{
background-color: #BDED7F;
}
</style>
border-color css
<style>
span { border-color: #BDED7F; }
span { border-color: rgb(189,237,127); }
td.TdClassName
{
border-color: #BDED7F;
}
.TagClassName
{
border-color: #BDED7F;
}
</style>