Shades of Conifer #ADF54B
Tints of Conifer #ADF54B
RGB
CMYK
RGB Variations
Color information
#ADF54B (or 0xADF54B) is known color: Conifer. HEX triplet: AD, F5 and 4B. RGB value is (173,245,75). Sum of RGB (Red+Green+Blue) = 173+245+75=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF54B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF54B is #520AB4. Grayscale: #CCCCCC. Windows color (decimal): -5376693 or 4978093. OLE color: 4978093.
HSL color Cylindrical-coordinate representation of color #ADF54B: hue angle of 85.41º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF54B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 75 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.04 |
| HSL | 85.41º | 0.89% | 0.63% | - |
| HSV(B) | 85.41º | 0.69% | 0.96% | - |
| XYZ | 51.16 | 74.7 | 18.38 | - |
| YUV | 204.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 75 | 0.29 | 0 | 0.69 | 0.04 | 85.41 | 0.89 | 0.63 |
| Hex | AD | F5 | 4B | 1D | 0 | 45 | 4 | 55 | 59 | 3F |
| Octal | 255 | 365 | 113 | 35 | 0 | 105 | 4 | 125 | 131 | 77 |
| Binary | 10101101 | 11110101 | 1001011 | 11101 | 0 | 1000101 | 100 | 1010101 | 1011001 | 111111 |
Color Harmonies of #ADF54B
Complementary color
Monochromatic Colors of #ADF54B
Black with #ADF54B
Text Example
Text Example
White with #ADF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF54B; }
p { color: rgb(173,245,75); }
H1.HeaderClassName
{
color: #ADF54B;
}
.AnyTagClassName
{
color: #ADF54B;
}
</style>
background-color css
<style>
a { background-color: #ADF54B; }
a { background-color: rgb(173,245,75); }
div.DivClassName
{
background-color: #ADF54B;
}
.BgClassName
{
background-color: #ADF54B;
}
</style>
border-color css
<style>
span { border-color: #ADF54B; }
span { border-color: rgb(173,245,75); }
td.TdClassName
{
border-color: #ADF54B;
}
.TagClassName
{
border-color: #ADF54B;
}
</style>