Shades of Sulu #BDEA7F
Tints of Sulu #BDEA7F
RGB
CMYK
RGB Variations
Color information
#BDEA7F (or 0xBDEA7F) is known color: Sulu. HEX triplet: BD, EA and 7F. RGB value is (189,234,127). Sum of RGB (Red+Green+Blue) = 189+234+127=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA7F is #421580. Grayscale: #D0D0D0. Windows color (decimal): -4330881 or 8383165. OLE color: 8383165.
HSL color Cylindrical-coordinate representation of color #BDEA7F: hue angle of 85.23º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDEA7F is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 127 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.08 |
| HSL | 85.23º | 0.72% | 0.71% | - |
| HSV(B) | 85.23º | 0.46% | 0.92% | - |
| XYZ | 54.24 | 71.2 | 30.96 | - |
| YUV | 208.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 127 | 0.19 | 0 | 0.46 | 0.08 | 85.23 | 0.72 | 0.71 |
| Hex | BD | EA | 7F | 13 | 0 | 2E | 8 | 55 | 48 | 47 |
| Octal | 275 | 352 | 177 | 23 | 0 | 56 | 10 | 125 | 110 | 107 |
| Binary | 10111101 | 11101010 | 1111111 | 10011 | 0 | 101110 | 1000 | 1010101 | 1001000 | 1000111 |
Color Harmonies of #BDEA7F
Complementary color
Monochromatic Colors of #BDEA7F
Black with #BDEA7F
Text Example
Text Example
White with #BDEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA7F; }
p { color: rgb(189,234,127); }
H1.HeaderClassName
{
color: #BDEA7F;
}
.AnyTagClassName
{
color: #BDEA7F;
}
</style>
background-color css
<style>
a { background-color: #BDEA7F; }
a { background-color: rgb(189,234,127); }
div.DivClassName
{
background-color: #BDEA7F;
}
.BgClassName
{
background-color: #BDEA7F;
}
</style>
border-color css
<style>
span { border-color: #BDEA7F; }
span { border-color: rgb(189,234,127); }
td.TdClassName
{
border-color: #BDEA7F;
}
.TagClassName
{
border-color: #BDEA7F;
}
</style>