Shades of Sulu #BDDB75
Tints of Sulu #BDDB75
RGB
CMYK
RGB Variations
Color information
#BDDB75 (or 0xBDDB75) is known color: Sulu. HEX triplet: BD, DB and 75. RGB value is (189,219,117). Sum of RGB (Red+Green+Blue) = 189+219+117=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB75 is #42248A. Grayscale: #C6C6C6. Windows color (decimal): -4334731 or 7723965. OLE color: 7723965.
HSL color Cylindrical-coordinate representation of color #BDDB75: hue angle of 77.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDDB75 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 117 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.14 |
| HSL | 77.65º | 0.59% | 0.66% | - |
| HSV(B) | 77.65º | 0.47% | 0.86% | - |
| XYZ | 49.53 | 62.77 | 26.33 | - |
| YUV | 198.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 117 | 0.14 | 0 | 0.47 | 0.14 | 77.65 | 0.59 | 0.66 |
| Hex | BD | DB | 75 | E | 0 | 2F | E | 4E | 3B | 42 |
| Octal | 275 | 333 | 165 | 16 | 0 | 57 | 16 | 116 | 73 | 102 |
| Binary | 10111101 | 11011011 | 1110101 | 1110 | 0 | 101111 | 1110 | 1001110 | 111011 | 1000010 |
Color Harmonies of #BDDB75
Complementary color
Monochromatic Colors of #BDDB75
Black with #BDDB75
Text Example
Text Example
White with #BDDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB75; }
p { color: rgb(189,219,117); }
H1.HeaderClassName
{
color: #BDDB75;
}
.AnyTagClassName
{
color: #BDDB75;
}
</style>
background-color css
<style>
a { background-color: #BDDB75; }
a { background-color: rgb(189,219,117); }
div.DivClassName
{
background-color: #BDDB75;
}
.BgClassName
{
background-color: #BDDB75;
}
</style>
border-color css
<style>
span { border-color: #BDDB75; }
span { border-color: rgb(189,219,117); }
td.TdClassName
{
border-color: #BDDB75;
}
.TagClassName
{
border-color: #BDDB75;
}
</style>