Shades of Conifer #ADFF54
Tints of Conifer #ADFF54
RGB
CMYK
RGB Variations
Color information
#ADFF54 (or 0xADFF54) is known color: Conifer. HEX triplet: AD, FF and 54. RGB value is (173,255,84). Sum of RGB (Red+Green+Blue) = 173+255+84=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF54 is #5200AB. Grayscale: #D3D3D3. Windows color (decimal): -5374124 or 5570477. OLE color: 5570477.
HSL color Cylindrical-coordinate representation of color #ADFF54: hue angle of 88.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADFF54 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 84 | - |
| CMYK | 0.32 | 0 | 0.67 | 0 |
| HSL | 88.77º | 1% | 0.66% | - |
| HSV(B) | 88.77º | 0.67% | 1% | - |
| XYZ | 54.59 | 81.04 | 21.15 | - |
| YUV | 210.99 | 56.33 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 84 | 0.32 | 0 | 0.67 | 0 | 88.77 | 1 | 0.66 |
| Hex | AD | FF | 54 | 20 | 0 | 43 | 0 | 59 | 64 | 42 |
| Octal | 255 | 377 | 124 | 40 | 0 | 103 | 0 | 131 | 144 | 102 |
| Binary | 10101101 | 11111111 | 1010100 | 100000 | 0 | 1000011 | 0 | 1011001 | 1100100 | 1000010 |
Color Harmonies of #ADFF54
Complementary color
Monochromatic Colors of #ADFF54
Black with #ADFF54
Text Example
Text Example
White with #ADFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF54; }
p { color: rgb(173,255,84); }
H1.HeaderClassName
{
color: #ADFF54;
}
.AnyTagClassName
{
color: #ADFF54;
}
</style>
background-color css
<style>
a { background-color: #ADFF54; }
a { background-color: rgb(173,255,84); }
div.DivClassName
{
background-color: #ADFF54;
}
.BgClassName
{
background-color: #ADFF54;
}
</style>
border-color css
<style>
span { border-color: #ADFF54; }
span { border-color: rgb(173,255,84); }
td.TdClassName
{
border-color: #ADFF54;
}
.TagClassName
{
border-color: #ADFF54;
}
</style>