Shades of Sulu #ADF36C
Tints of Sulu #ADF36C
RGB
CMYK
RGB Variations
Color information
#ADF36C (or 0xADF36C) is known color: Sulu. HEX triplet: AD, F3 and 6C. RGB value is (173,243,108). Sum of RGB (Red+Green+Blue) = 173+243+108=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF36C is #520C93. Grayscale: #CFCFCF. Windows color (decimal): -5377172 or 7140269. OLE color: 7140269.
HSL color Cylindrical-coordinate representation of color #ADF36C: hue angle of 91.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF36C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 108 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.11º | 0.85% | 0.69% | - |
| HSV(B) | 91.11º | 0.56% | 0.95% | - |
| XYZ | 51.99 | 74.07 | 25.74 | - |
| YUV | 206.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 108 | 0.29 | 0 | 0.56 | 0.05 | 91.11 | 0.85 | 0.69 |
| Hex | AD | F3 | 6C | 1D | 0 | 38 | 5 | 5B | 55 | 45 |
| Octal | 255 | 363 | 154 | 35 | 0 | 70 | 5 | 133 | 125 | 105 |
| Binary | 10101101 | 11110011 | 1101100 | 11101 | 0 | 111000 | 101 | 1011011 | 1010101 | 1000101 |
Color Harmonies of #ADF36C
Complementary color
Monochromatic Colors of #ADF36C
Black with #ADF36C
Text Example
Text Example
White with #ADF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF36C; }
p { color: rgb(173,243,108); }
H1.HeaderClassName
{
color: #ADF36C;
}
.AnyTagClassName
{
color: #ADF36C;
}
</style>
background-color css
<style>
a { background-color: #ADF36C; }
a { background-color: rgb(173,243,108); }
div.DivClassName
{
background-color: #ADF36C;
}
.BgClassName
{
background-color: #ADF36C;
}
</style>
border-color css
<style>
span { border-color: #ADF36C; }
span { border-color: rgb(173,243,108); }
td.TdClassName
{
border-color: #ADF36C;
}
.TagClassName
{
border-color: #ADF36C;
}
</style>