Shades of Sulu #BDE16D
Tints of Sulu #BDE16D
RGB
CMYK
RGB Variations
Color information
#BDE16D (or 0xBDE16D) is known color: Sulu. HEX triplet: BD, E1 and 6D. RGB value is (189,225,109). Sum of RGB (Red+Green+Blue) = 189+225+109=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE16D is #421E92. Grayscale: #C9C9C9. Windows color (decimal): -4333203 or 7201213. OLE color: 7201213.
HSL color Cylindrical-coordinate representation of color #BDE16D: hue angle of 78.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDE16D is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 109 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.12 |
| HSL | 78.62º | 0.66% | 0.65% | - |
| HSV(B) | 78.62º | 0.52% | 0.88% | - |
| XYZ | 50.67 | 65.77 | 24.49 | - |
| YUV | 201.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 109 | 0.16 | 0 | 0.52 | 0.12 | 78.62 | 0.66 | 0.65 |
| Hex | BD | E1 | 6D | 10 | 0 | 34 | C | 4F | 42 | 41 |
| Octal | 275 | 341 | 155 | 20 | 0 | 64 | 14 | 117 | 102 | 101 |
| Binary | 10111101 | 11100001 | 1101101 | 10000 | 0 | 110100 | 1100 | 1001111 | 1000010 | 1000001 |
Color Harmonies of #BDE16D
Complementary color
Monochromatic Colors of #BDE16D
Black with #BDE16D
Text Example
Text Example
White with #BDE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE16D; }
p { color: rgb(189,225,109); }
H1.HeaderClassName
{
color: #BDE16D;
}
.AnyTagClassName
{
color: #BDE16D;
}
</style>
background-color css
<style>
a { background-color: #BDE16D; }
a { background-color: rgb(189,225,109); }
div.DivClassName
{
background-color: #BDE16D;
}
.BgClassName
{
background-color: #BDE16D;
}
</style>
border-color css
<style>
span { border-color: #BDE16D; }
span { border-color: rgb(189,225,109); }
td.TdClassName
{
border-color: #BDE16D;
}
.TagClassName
{
border-color: #BDE16D;
}
</style>