Shades of Sulu #BDDA7D
Tints of Sulu #BDDA7D
RGB
CMYK
RGB Variations
Color information
#BDDA7D (or 0xBDDA7D) is known color: Sulu. HEX triplet: BD, DA and 7D. RGB value is (189,218,125). Sum of RGB (Red+Green+Blue) = 189+218+125=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA7D is #422582. Grayscale: #C7C7C7. Windows color (decimal): -4334979 or 8247997. OLE color: 8247997.
HSL color Cylindrical-coordinate representation of color #BDDA7D: hue angle of 78.71º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDA7D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 125 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.15 |
| HSL | 78.71º | 0.56% | 0.67% | - |
| HSV(B) | 78.71º | 0.43% | 0.85% | - |
| XYZ | 49.76 | 62.44 | 28.83 | - |
| YUV | 198.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 125 | 0.13 | 0 | 0.43 | 0.15 | 78.71 | 0.56 | 0.67 |
| Hex | BD | DA | 7D | D | 0 | 2B | F | 4F | 38 | 43 |
| Octal | 275 | 332 | 175 | 15 | 0 | 53 | 17 | 117 | 70 | 103 |
| Binary | 10111101 | 11011010 | 1111101 | 1101 | 0 | 101011 | 1111 | 1001111 | 111000 | 1000011 |
Color Harmonies of #BDDA7D
Complementary color
Monochromatic Colors of #BDDA7D
Black with #BDDA7D
Text Example
Text Example
White with #BDDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA7D; }
p { color: rgb(189,218,125); }
H1.HeaderClassName
{
color: #BDDA7D;
}
.AnyTagClassName
{
color: #BDDA7D;
}
</style>
background-color css
<style>
a { background-color: #BDDA7D; }
a { background-color: rgb(189,218,125); }
div.DivClassName
{
background-color: #BDDA7D;
}
.BgClassName
{
background-color: #BDDA7D;
}
</style>
border-color css
<style>
span { border-color: #BDDA7D; }
span { border-color: rgb(189,218,125); }
td.TdClassName
{
border-color: #BDDA7D;
}
.TagClassName
{
border-color: #BDDA7D;
}
</style>