Shades of Sulu #ADF36F
Tints of Sulu #ADF36F
RGB
CMYK
RGB Variations
Color information
#ADF36F (or 0xADF36F) is known color: Sulu. HEX triplet: AD, F3 and 6F. RGB value is (173,243,111). Sum of RGB (Red+Green+Blue) = 173+243+111=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF36F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF36F is #520C90. Grayscale: #CFCFCF. Windows color (decimal): -5377169 or 7336877. OLE color: 7336877.
HSL color Cylindrical-coordinate representation of color #ADF36F: hue angle of 91.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF36F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 111 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 91.82º | 0.85% | 0.69% | - |
| HSV(B) | 91.82º | 0.54% | 0.95% | - |
| XYZ | 52.15 | 74.13 | 26.6 | - |
| YUV | 207.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 111 | 0.29 | 0 | 0.54 | 0.05 | 91.82 | 0.85 | 0.69 |
| Hex | AD | F3 | 6F | 1D | 0 | 36 | 5 | 5C | 55 | 45 |
| Octal | 255 | 363 | 157 | 35 | 0 | 66 | 5 | 134 | 125 | 105 |
| Binary | 10101101 | 11110011 | 1101111 | 11101 | 0 | 110110 | 101 | 1011100 | 1010101 | 1000101 |
Color Harmonies of #ADF36F
Complementary color
Monochromatic Colors of #ADF36F
Black with #ADF36F
Text Example
Text Example
White with #ADF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF36F; }
p { color: rgb(173,243,111); }
H1.HeaderClassName
{
color: #ADF36F;
}
.AnyTagClassName
{
color: #ADF36F;
}
</style>
background-color css
<style>
a { background-color: #ADF36F; }
a { background-color: rgb(173,243,111); }
div.DivClassName
{
background-color: #ADF36F;
}
.BgClassName
{
background-color: #ADF36F;
}
</style>
border-color css
<style>
span { border-color: #ADF36F; }
span { border-color: rgb(173,243,111); }
td.TdClassName
{
border-color: #ADF36F;
}
.TagClassName
{
border-color: #ADF36F;
}
</style>