Shades of Sulu #BDDF80
Tints of Sulu #BDDF80
RGB
CMYK
RGB Variations
Color information
#BDDF80 (or 0xBDDF80) is known color: Sulu. HEX triplet: BD, DF and 80. RGB value is (189,223,128). Sum of RGB (Red+Green+Blue) = 189+223+128=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF80 is #42207F. Grayscale: #CACACA. Windows color (decimal): -4333696 or 8445885. OLE color: 8445885.
HSL color Cylindrical-coordinate representation of color #BDDF80: hue angle of 81.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDF80 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 128 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.13 |
| HSL | 81.47º | 0.6% | 0.69% | - |
| HSV(B) | 81.47º | 0.43% | 0.87% | - |
| XYZ | 51.27 | 65.15 | 30.3 | - |
| YUV | 202 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 128 | 0.15 | 0 | 0.43 | 0.13 | 81.47 | 0.6 | 0.69 |
| Hex | BD | DF | 80 | F | 0 | 2B | D | 51 | 3C | 45 |
| Octal | 275 | 337 | 200 | 17 | 0 | 53 | 15 | 121 | 74 | 105 |
| Binary | 10111101 | 11011111 | 10000000 | 1111 | 0 | 101011 | 1101 | 1010001 | 111100 | 1000101 |
Color Harmonies of #BDDF80
Complementary color
Monochromatic Colors of #BDDF80
Black with #BDDF80
Text Example
Text Example
White with #BDDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF80; }
p { color: rgb(189,223,128); }
H1.HeaderClassName
{
color: #BDDF80;
}
.AnyTagClassName
{
color: #BDDF80;
}
</style>
background-color css
<style>
a { background-color: #BDDF80; }
a { background-color: rgb(189,223,128); }
div.DivClassName
{
background-color: #BDDF80;
}
.BgClassName
{
background-color: #BDDF80;
}
</style>
border-color css
<style>
span { border-color: #BDDF80; }
span { border-color: rgb(189,223,128); }
td.TdClassName
{
border-color: #BDDF80;
}
.TagClassName
{
border-color: #BDDF80;
}
</style>