Shades of Sulu #ADED6D
Tints of Sulu #ADED6D
RGB
CMYK
RGB Variations
Color information
#ADED6D (or 0xADED6D) is known color: Sulu. HEX triplet: AD, ED and 6D. RGB value is (173,237,109). Sum of RGB (Red+Green+Blue) = 173+237+109=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED6D is #521292. Grayscale: #CBCBCB. Windows color (decimal): -5378707 or 7204269. OLE color: 7204269.
HSL color Cylindrical-coordinate representation of color #ADED6D: hue angle of 90º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADED6D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 109 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.07 |
| HSL | 90º | 0.78% | 0.68% | - |
| HSV(B) | 90º | 0.54% | 0.93% | - |
| XYZ | 50.28 | 70.56 | 25.44 | - |
| YUV | 203.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 109 | 0.27 | 0 | 0.54 | 0.07 | 90 | 0.78 | 0.68 |
| Hex | AD | ED | 6D | 1B | 0 | 36 | 7 | 5A | 4E | 44 |
| Octal | 255 | 355 | 155 | 33 | 0 | 66 | 7 | 132 | 116 | 104 |
| Binary | 10101101 | 11101101 | 1101101 | 11011 | 0 | 110110 | 111 | 1011010 | 1001110 | 1000100 |
Color Harmonies of #ADED6D
Complementary color
Monochromatic Colors of #ADED6D
Black with #ADED6D
Text Example
Text Example
White with #ADED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED6D; }
p { color: rgb(173,237,109); }
H1.HeaderClassName
{
color: #ADED6D;
}
.AnyTagClassName
{
color: #ADED6D;
}
</style>
background-color css
<style>
a { background-color: #ADED6D; }
a { background-color: rgb(173,237,109); }
div.DivClassName
{
background-color: #ADED6D;
}
.BgClassName
{
background-color: #ADED6D;
}
</style>
border-color css
<style>
span { border-color: #ADED6D; }
span { border-color: rgb(173,237,109); }
td.TdClassName
{
border-color: #ADED6D;
}
.TagClassName
{
border-color: #ADED6D;
}
</style>