Shades of Conifer #ADFB64
Tints of Conifer #ADFB64
RGB
CMYK
RGB Variations
Color information
#ADFB64 (or 0xADFB64) is known color: Conifer. HEX triplet: AD, FB and 64. RGB value is (173,251,100). Sum of RGB (Red+Green+Blue) = 173+251+100=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFB64 is #52049B. Grayscale: #D2D2D2. Windows color (decimal): -5375132 or 6618029. OLE color: 6618029.
HSL color Cylindrical-coordinate representation of color #ADFB64: hue angle of 90.99º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADFB64 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 100 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.02 |
| HSL | 90.99º | 0.95% | 0.69% | - |
| HSV(B) | 90.99º | 0.6% | 0.98% | - |
| XYZ | 54.03 | 78.8 | 24.42 | - |
| YUV | 210.46 | 65.66 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 100 | 0.31 | 0 | 0.60 | 0.02 | 90.99 | 0.95 | 0.69 |
| Hex | AD | FB | 64 | 1F | 0 | 3C | 2 | 5B | 5F | 45 |
| Octal | 255 | 373 | 144 | 37 | 0 | 74 | 2 | 133 | 137 | 105 |
| Binary | 10101101 | 11111011 | 1100100 | 11111 | 0 | 111100 | 10 | 1011011 | 1011111 | 1000101 |
Color Harmonies of #ADFB64
Complementary color
Monochromatic Colors of #ADFB64
Black with #ADFB64
Text Example
Text Example
White with #ADFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFB64; }
p { color: rgb(173,251,100); }
H1.HeaderClassName
{
color: #ADFB64;
}
.AnyTagClassName
{
color: #ADFB64;
}
</style>
background-color css
<style>
a { background-color: #ADFB64; }
a { background-color: rgb(173,251,100); }
div.DivClassName
{
background-color: #ADFB64;
}
.BgClassName
{
background-color: #ADFB64;
}
</style>
border-color css
<style>
span { border-color: #ADFB64; }
span { border-color: rgb(173,251,100); }
td.TdClassName
{
border-color: #ADFB64;
}
.TagClassName
{
border-color: #ADFB64;
}
</style>