Shades of Sulu #BDE27B
Tints of Sulu #BDE27B
RGB
CMYK
RGB Variations
Color information
#BDE27B (or 0xBDE27B) is known color: Sulu. HEX triplet: BD, E2 and 7B. RGB value is (189,226,123). Sum of RGB (Red+Green+Blue) = 189+226+123=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE27B is #421D84. Grayscale: #CBCBCB. Windows color (decimal): -4332933 or 8118973. OLE color: 8118973.
HSL color Cylindrical-coordinate representation of color #BDE27B: hue angle of 81.55º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDE27B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 123 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.11 |
| HSL | 81.55º | 0.64% | 0.68% | - |
| HSV(B) | 81.55º | 0.46% | 0.89% | - |
| XYZ | 51.76 | 66.64 | 28.87 | - |
| YUV | 203.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 123 | 0.16 | 0 | 0.46 | 0.11 | 81.55 | 0.64 | 0.68 |
| Hex | BD | E2 | 7B | 10 | 0 | 2E | B | 52 | 40 | 44 |
| Octal | 275 | 342 | 173 | 20 | 0 | 56 | 13 | 122 | 100 | 104 |
| Binary | 10111101 | 11100010 | 1111011 | 10000 | 0 | 101110 | 1011 | 1010010 | 1000000 | 1000100 |
Color Harmonies of #BDE27B
Complementary color
Monochromatic Colors of #BDE27B
Black with #BDE27B
Text Example
Text Example
White with #BDE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE27B; }
p { color: rgb(189,226,123); }
H1.HeaderClassName
{
color: #BDE27B;
}
.AnyTagClassName
{
color: #BDE27B;
}
</style>
background-color css
<style>
a { background-color: #BDE27B; }
a { background-color: rgb(189,226,123); }
div.DivClassName
{
background-color: #BDE27B;
}
.BgClassName
{
background-color: #BDE27B;
}
</style>
border-color css
<style>
span { border-color: #BDE27B; }
span { border-color: rgb(189,226,123); }
td.TdClassName
{
border-color: #BDE27B;
}
.TagClassName
{
border-color: #BDE27B;
}
</style>