Shades of Sulu #BDDF81
Tints of Sulu #BDDF81
RGB
CMYK
RGB Variations
Color information
#BDDF81 (or 0xBDDF81) is known color: Sulu. HEX triplet: BD, DF and 81. RGB value is (189,223,129). Sum of RGB (Red+Green+Blue) = 189+223+129=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF81 is #42207E. Grayscale: #CACACA. Windows color (decimal): -4333695 or 8511421. OLE color: 8511421.
HSL color Cylindrical-coordinate representation of color #BDDF81: hue angle of 81.7º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDDF81 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 129 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.13 |
| HSL | 81.7º | 0.59% | 0.69% | - |
| HSV(B) | 81.7º | 0.42% | 0.87% | - |
| XYZ | 51.34 | 65.18 | 30.64 | - |
| YUV | 202.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 129 | 0.15 | 0 | 0.42 | 0.13 | 81.7 | 0.59 | 0.69 |
| Hex | BD | DF | 81 | F | 0 | 2A | D | 52 | 3B | 45 |
| Octal | 275 | 337 | 201 | 17 | 0 | 52 | 15 | 122 | 73 | 105 |
| Binary | 10111101 | 11011111 | 10000001 | 1111 | 0 | 101010 | 1101 | 1010010 | 111011 | 1000101 |
Color Harmonies of #BDDF81
Complementary color
Monochromatic Colors of #BDDF81
Black with #BDDF81
Text Example
Text Example
White with #BDDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF81; }
p { color: rgb(189,223,129); }
H1.HeaderClassName
{
color: #BDDF81;
}
.AnyTagClassName
{
color: #BDDF81;
}
</style>
background-color css
<style>
a { background-color: #BDDF81; }
a { background-color: rgb(189,223,129); }
div.DivClassName
{
background-color: #BDDF81;
}
.BgClassName
{
background-color: #BDDF81;
}
</style>
border-color css
<style>
span { border-color: #BDDF81; }
span { border-color: rgb(189,223,129); }
td.TdClassName
{
border-color: #BDDF81;
}
.TagClassName
{
border-color: #BDDF81;
}
</style>