Shades of Conifer #ADFF63
Tints of Conifer #ADFF63
RGB
CMYK
RGB Variations
Color information
#ADFF63 (or 0xADFF63) is known color: Conifer. HEX triplet: AD, FF and 63. RGB value is (173,255,99). Sum of RGB (Red+Green+Blue) = 173+255+99=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF63 is #52009C. Grayscale: #D5D5D5. Windows color (decimal): -5374109 or 6553517. OLE color: 6553517.
HSL color Cylindrical-coordinate representation of color #ADFF63: hue angle of 91.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADFF63 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 99 | - |
| CMYK | 0.32 | 0 | 0.61 | 0 |
| HSL | 91.54º | 1% | 0.69% | - |
| HSV(B) | 91.54º | 0.61% | 1% | - |
| XYZ | 55.25 | 81.31 | 24.59 | - |
| YUV | 212.7 | 63.83 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 99 | 0.32 | 0 | 0.61 | 0 | 91.54 | 1 | 0.69 |
| Hex | AD | FF | 63 | 20 | 0 | 3D | 0 | 5C | 64 | 45 |
| Octal | 255 | 377 | 143 | 40 | 0 | 75 | 0 | 134 | 144 | 105 |
| Binary | 10101101 | 11111111 | 1100011 | 100000 | 0 | 111101 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #ADFF63
Complementary color
Monochromatic Colors of #ADFF63
Black with #ADFF63
Text Example
Text Example
White with #ADFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF63; }
p { color: rgb(173,255,99); }
H1.HeaderClassName
{
color: #ADFF63;
}
.AnyTagClassName
{
color: #ADFF63;
}
</style>
background-color css
<style>
a { background-color: #ADFF63; }
a { background-color: rgb(173,255,99); }
div.DivClassName
{
background-color: #ADFF63;
}
.BgClassName
{
background-color: #ADFF63;
}
</style>
border-color css
<style>
span { border-color: #ADFF63; }
span { border-color: rgb(173,255,99); }
td.TdClassName
{
border-color: #ADFF63;
}
.TagClassName
{
border-color: #ADFF63;
}
</style>