Shades of Sulu #ADF36E
Tints of Sulu #ADF36E
RGB
CMYK
RGB Variations
Color information
#ADF36E (or 0xADF36E) is known color: Sulu. HEX triplet: AD, F3 and 6E. RGB value is (173,243,110). Sum of RGB (Red+Green+Blue) = 173+243+110=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF36E is #520C91. Grayscale: #CFCFCF. Windows color (decimal): -5377170 or 7271341. OLE color: 7271341.
HSL color Cylindrical-coordinate representation of color #ADF36E: hue angle of 91.58º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADF36E is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 110 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.58º | 0.85% | 0.69% | - |
| HSV(B) | 91.58º | 0.55% | 0.95% | - |
| XYZ | 52.1 | 74.11 | 26.31 | - |
| YUV | 206.91 | 73.31 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 110 | 0.29 | 0 | 0.55 | 0.05 | 91.58 | 0.85 | 0.69 |
| Hex | AD | F3 | 6E | 1D | 0 | 37 | 5 | 5C | 55 | 45 |
| Octal | 255 | 363 | 156 | 35 | 0 | 67 | 5 | 134 | 125 | 105 |
| Binary | 10101101 | 11110011 | 1101110 | 11101 | 0 | 110111 | 101 | 1011100 | 1010101 | 1000101 |
Color Harmonies of #ADF36E
Complementary color
Monochromatic Colors of #ADF36E
Black with #ADF36E
Text Example
Text Example
White with #ADF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF36E; }
p { color: rgb(173,243,110); }
H1.HeaderClassName
{
color: #ADF36E;
}
.AnyTagClassName
{
color: #ADF36E;
}
</style>
background-color css
<style>
a { background-color: #ADF36E; }
a { background-color: rgb(173,243,110); }
div.DivClassName
{
background-color: #ADF36E;
}
.BgClassName
{
background-color: #ADF36E;
}
</style>
border-color css
<style>
span { border-color: #ADF36E; }
span { border-color: rgb(173,243,110); }
td.TdClassName
{
border-color: #ADF36E;
}
.TagClassName
{
border-color: #ADF36E;
}
</style>