Shades of Sulu #BDDF7B
Tints of Sulu #BDDF7B
RGB
CMYK
RGB Variations
Color information
#BDDF7B (or 0xBDDF7B) is known color: Sulu. HEX triplet: BD, DF and 7B. RGB value is (189,223,123). Sum of RGB (Red+Green+Blue) = 189+223+123=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF7B is #422084. Grayscale: #C9C9C9. Windows color (decimal): -4333701 or 8118205. OLE color: 8118205.
HSL color Cylindrical-coordinate representation of color #BDDF7B: hue angle of 80.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDDF7B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 123 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.13 |
| HSL | 80.4º | 0.61% | 0.68% | - |
| HSV(B) | 80.4º | 0.45% | 0.87% | - |
| XYZ | 50.95 | 65.02 | 28.6 | - |
| YUV | 201.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 123 | 0.15 | 0 | 0.45 | 0.13 | 80.4 | 0.61 | 0.68 |
| Hex | BD | DF | 7B | F | 0 | 2D | D | 50 | 3D | 44 |
| Octal | 275 | 337 | 173 | 17 | 0 | 55 | 15 | 120 | 75 | 104 |
| Binary | 10111101 | 11011111 | 1111011 | 1111 | 0 | 101101 | 1101 | 1010000 | 111101 | 1000100 |
Color Harmonies of #BDDF7B
Complementary color
Monochromatic Colors of #BDDF7B
Black with #BDDF7B
Text Example
Text Example
White with #BDDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF7B; }
p { color: rgb(189,223,123); }
H1.HeaderClassName
{
color: #BDDF7B;
}
.AnyTagClassName
{
color: #BDDF7B;
}
</style>
background-color css
<style>
a { background-color: #BDDF7B; }
a { background-color: rgb(189,223,123); }
div.DivClassName
{
background-color: #BDDF7B;
}
.BgClassName
{
background-color: #BDDF7B;
}
</style>
border-color css
<style>
span { border-color: #BDDF7B; }
span { border-color: rgb(189,223,123); }
td.TdClassName
{
border-color: #BDDF7B;
}
.TagClassName
{
border-color: #BDDF7B;
}
</style>