Shades of Sulu #BDD57B
Tints of Sulu #BDD57B
RGB
CMYK
RGB Variations
Color information
#BDD57B (or 0xBDD57B) is known color: Sulu. HEX triplet: BD, D5 and 7B. RGB value is (189,213,123). Sum of RGB (Red+Green+Blue) = 189+213+123=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD57B is #422A84. Grayscale: #C3C3C3. Windows color (decimal): -4336261 or 8115645. OLE color: 8115645.
HSL color Cylindrical-coordinate representation of color #BDD57B: hue angle of 76º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDD57B is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 123 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.16 |
| HSL | 76º | 0.52% | 0.66% | - |
| HSV(B) | 76º | 0.42% | 0.84% | - |
| XYZ | 48.36 | 59.84 | 27.74 | - |
| YUV | 195.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 123 | 0.11 | 0 | 0.42 | 0.16 | 76 | 0.52 | 0.66 |
| Hex | BD | D5 | 7B | B | 0 | 2A | 10 | 4C | 34 | 42 |
| Octal | 275 | 325 | 173 | 13 | 0 | 52 | 20 | 114 | 64 | 102 |
| Binary | 10111101 | 11010101 | 1111011 | 1011 | 0 | 101010 | 10000 | 1001100 | 110100 | 1000010 |
Color Harmonies of #BDD57B
Complementary color
Monochromatic Colors of #BDD57B
Black with #BDD57B
Text Example
Text Example
White with #BDD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD57B; }
p { color: rgb(189,213,123); }
H1.HeaderClassName
{
color: #BDD57B;
}
.AnyTagClassName
{
color: #BDD57B;
}
</style>
background-color css
<style>
a { background-color: #BDD57B; }
a { background-color: rgb(189,213,123); }
div.DivClassName
{
background-color: #BDD57B;
}
.BgClassName
{
background-color: #BDD57B;
}
</style>
border-color css
<style>
span { border-color: #BDD57B; }
span { border-color: rgb(189,213,123); }
td.TdClassName
{
border-color: #BDD57B;
}
.TagClassName
{
border-color: #BDD57B;
}
</style>