Shades of Conifer #A5FD55
Tints of Conifer #A5FD55
RGB
CMYK
RGB Variations
Color information
#A5FD55 (or 0xA5FD55) is known color: Conifer. HEX triplet: A5, FD and 55. RGB value is (165,253,85). Sum of RGB (Red+Green+Blue) = 165+253+85=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD55 is #5A02AA. Grayscale: #D0D0D0. Windows color (decimal): -5898923 or 5635493. OLE color: 5635493.
HSL color Cylindrical-coordinate representation of color #A5FD55: hue angle of 91.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5FD55 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 85 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.01 |
| HSL | 91.43º | 0.98% | 0.66% | - |
| HSV(B) | 91.43º | 0.66% | 0.99% | - |
| XYZ | 52.28 | 78.91 | 21.07 | - |
| YUV | 207.54 | 58.85 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 85 | 0.35 | 0 | 0.66 | 0.01 | 91.43 | 0.98 | 0.66 |
| Hex | A5 | FD | 55 | 23 | 0 | 42 | 1 | 5B | 62 | 42 |
| Octal | 245 | 375 | 125 | 43 | 0 | 102 | 1 | 133 | 142 | 102 |
| Binary | 10100101 | 11111101 | 1010101 | 100011 | 0 | 1000010 | 1 | 1011011 | 1100010 | 1000010 |
Color Harmonies of #A5FD55
Complementary color
Monochromatic Colors of #A5FD55
Black with #A5FD55
Text Example
Text Example
White with #A5FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD55; }
p { color: rgb(165,253,85); }
H1.HeaderClassName
{
color: #A5FD55;
}
.AnyTagClassName
{
color: #A5FD55;
}
</style>
background-color css
<style>
a { background-color: #A5FD55; }
a { background-color: rgb(165,253,85); }
div.DivClassName
{
background-color: #A5FD55;
}
.BgClassName
{
background-color: #A5FD55;
}
</style>
border-color css
<style>
span { border-color: #A5FD55; }
span { border-color: rgb(165,253,85); }
td.TdClassName
{
border-color: #A5FD55;
}
.TagClassName
{
border-color: #A5FD55;
}
</style>