Shades of Sulu #ADF46C
Tints of Sulu #ADF46C
RGB
CMYK
RGB Variations
Color information
#ADF46C (or 0xADF46C) is known color: Sulu. HEX triplet: AD, F4 and 6C. RGB value is (173,244,108). Sum of RGB (Red+Green+Blue) = 173+244+108=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF46C is #520B93. Grayscale: #CFCFCF. Windows color (decimal): -5376916 or 7140525. OLE color: 7140525.
HSL color Cylindrical-coordinate representation of color #ADF46C: hue angle of 91.32º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF46C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 108 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.04 |
| HSL | 91.32º | 0.86% | 0.69% | - |
| HSV(B) | 91.32º | 0.56% | 0.96% | - |
| XYZ | 52.29 | 74.67 | 25.84 | - |
| YUV | 207.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 108 | 0.29 | 0 | 0.56 | 0.04 | 91.32 | 0.86 | 0.69 |
| Hex | AD | F4 | 6C | 1D | 0 | 38 | 4 | 5B | 56 | 45 |
| Octal | 255 | 364 | 154 | 35 | 0 | 70 | 4 | 133 | 126 | 105 |
| Binary | 10101101 | 11110100 | 1101100 | 11101 | 0 | 111000 | 100 | 1011011 | 1010110 | 1000101 |
Color Harmonies of #ADF46C
Complementary color
Monochromatic Colors of #ADF46C
Black with #ADF46C
Text Example
Text Example
White with #ADF46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF46C; }
p { color: rgb(173,244,108); }
H1.HeaderClassName
{
color: #ADF46C;
}
.AnyTagClassName
{
color: #ADF46C;
}
</style>
background-color css
<style>
a { background-color: #ADF46C; }
a { background-color: rgb(173,244,108); }
div.DivClassName
{
background-color: #ADF46C;
}
.BgClassName
{
background-color: #ADF46C;
}
</style>
border-color css
<style>
span { border-color: #ADF46C; }
span { border-color: rgb(173,244,108); }
td.TdClassName
{
border-color: #ADF46C;
}
.TagClassName
{
border-color: #ADF46C;
}
</style>