Shades of Sulu #BDDE6B
Tints of Sulu #BDDE6B
RGB
CMYK
RGB Variations
Color information
#BDDE6B (or 0xBDDE6B) is known color: Sulu. HEX triplet: BD, DE and 6B. RGB value is (189,222,107). Sum of RGB (Red+Green+Blue) = 189+222+107=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE6B is #422194. Grayscale: #C7C7C7. Windows color (decimal): -4333973 or 7069373. OLE color: 7069373.
HSL color Cylindrical-coordinate representation of color #BDDE6B: hue angle of 77.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDDE6B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 107 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.13 |
| HSL | 77.22º | 0.64% | 0.65% | - |
| HSV(B) | 77.22º | 0.52% | 0.87% | - |
| XYZ | 49.76 | 64.12 | 23.66 | - |
| YUV | 199.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 107 | 0.15 | 0 | 0.52 | 0.13 | 77.22 | 0.64 | 0.65 |
| Hex | BD | DE | 6B | F | 0 | 34 | D | 4D | 40 | 41 |
| Octal | 275 | 336 | 153 | 17 | 0 | 64 | 15 | 115 | 100 | 101 |
| Binary | 10111101 | 11011110 | 1101011 | 1111 | 0 | 110100 | 1101 | 1001101 | 1000000 | 1000001 |
Color Harmonies of #BDDE6B
Complementary color
Monochromatic Colors of #BDDE6B
Black with #BDDE6B
Text Example
Text Example
White with #BDDE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE6B; }
p { color: rgb(189,222,107); }
H1.HeaderClassName
{
color: #BDDE6B;
}
.AnyTagClassName
{
color: #BDDE6B;
}
</style>
background-color css
<style>
a { background-color: #BDDE6B; }
a { background-color: rgb(189,222,107); }
div.DivClassName
{
background-color: #BDDE6B;
}
.BgClassName
{
background-color: #BDDE6B;
}
</style>
border-color css
<style>
span { border-color: #BDDE6B; }
span { border-color: rgb(189,222,107); }
td.TdClassName
{
border-color: #BDDE6B;
}
.TagClassName
{
border-color: #BDDE6B;
}
</style>