Shades of Sulu #BDDF7D
Tints of Sulu #BDDF7D
RGB
CMYK
RGB Variations
Color information
#BDDF7D (or 0xBDDF7D) is known color: Sulu. HEX triplet: BD, DF and 7D. RGB value is (189,223,125). Sum of RGB (Red+Green+Blue) = 189+223+125=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF7D is #422082. Grayscale: #CACACA. Windows color (decimal): -4333699 or 8249277. OLE color: 8249277.
HSL color Cylindrical-coordinate representation of color #BDDF7D: hue angle of 80.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDF7D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 125 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.13 |
| HSL | 80.82º | 0.6% | 0.68% | - |
| HSV(B) | 80.82º | 0.44% | 0.87% | - |
| XYZ | 51.08 | 65.07 | 29.27 | - |
| YUV | 201.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 125 | 0.15 | 0 | 0.44 | 0.13 | 80.82 | 0.6 | 0.68 |
| Hex | BD | DF | 7D | F | 0 | 2C | D | 51 | 3C | 44 |
| Octal | 275 | 337 | 175 | 17 | 0 | 54 | 15 | 121 | 74 | 104 |
| Binary | 10111101 | 11011111 | 1111101 | 1111 | 0 | 101100 | 1101 | 1010001 | 111100 | 1000100 |
Color Harmonies of #BDDF7D
Complementary color
Monochromatic Colors of #BDDF7D
Black with #BDDF7D
Text Example
Text Example
White with #BDDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF7D; }
p { color: rgb(189,223,125); }
H1.HeaderClassName
{
color: #BDDF7D;
}
.AnyTagClassName
{
color: #BDDF7D;
}
</style>
background-color css
<style>
a { background-color: #BDDF7D; }
a { background-color: rgb(189,223,125); }
div.DivClassName
{
background-color: #BDDF7D;
}
.BgClassName
{
background-color: #BDDF7D;
}
</style>
border-color css
<style>
span { border-color: #BDDF7D; }
span { border-color: rgb(189,223,125); }
td.TdClassName
{
border-color: #BDDF7D;
}
.TagClassName
{
border-color: #BDDF7D;
}
</style>