Shades of Sulu #ADFC69
Tints of Sulu #ADFC69
RGB
CMYK
RGB Variations
Color information
#ADFC69 (or 0xADFC69) is known color: Sulu. HEX triplet: AD, FC and 69. RGB value is (173,252,105). Sum of RGB (Red+Green+Blue) = 173+252+105=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC69 is #520396. Grayscale: #D4D4D4. Windows color (decimal): -5374871 or 6945965. OLE color: 6945965.
HSL color Cylindrical-coordinate representation of color #ADFC69: hue angle of 92.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADFC69 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 105 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.01 |
| HSL | 92.24º | 0.96% | 0.7% | - |
| HSV(B) | 92.24º | 0.58% | 0.99% | - |
| XYZ | 54.59 | 79.52 | 25.84 | - |
| YUV | 211.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 105 | 0.31 | 0 | 0.58 | 0.01 | 92.24 | 0.96 | 0.7 |
| Hex | AD | FC | 69 | 1F | 0 | 3A | 1 | 5C | 60 | 46 |
| Octal | 255 | 374 | 151 | 37 | 0 | 72 | 1 | 134 | 140 | 106 |
| Binary | 10101101 | 11111100 | 1101001 | 11111 | 0 | 111010 | 1 | 1011100 | 1100000 | 1000110 |
Color Harmonies of #ADFC69
Complementary color
Monochromatic Colors of #ADFC69
Black with #ADFC69
Text Example
Text Example
White with #ADFC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC69; }
p { color: rgb(173,252,105); }
H1.HeaderClassName
{
color: #ADFC69;
}
.AnyTagClassName
{
color: #ADFC69;
}
</style>
background-color css
<style>
a { background-color: #ADFC69; }
a { background-color: rgb(173,252,105); }
div.DivClassName
{
background-color: #ADFC69;
}
.BgClassName
{
background-color: #ADFC69;
}
</style>
border-color css
<style>
span { border-color: #ADFC69; }
span { border-color: rgb(173,252,105); }
td.TdClassName
{
border-color: #ADFC69;
}
.TagClassName
{
border-color: #ADFC69;
}
</style>