Shades of Conifer #AFFD65
Tints of Conifer #AFFD65
RGB
CMYK
RGB Variations
Color information
#AFFD65 (or 0xAFFD65) is known color: Conifer. HEX triplet: AF, FD and 65. RGB value is (175,253,101). Sum of RGB (Red+Green+Blue) = 175+253+101=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD65 is #50029A. Grayscale: #D4D4D4. Windows color (decimal): -5243547 or 6684079. OLE color: 6684079.
HSL color Cylindrical-coordinate representation of color #AFFD65: hue angle of 90.79º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFFD65 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 101 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.01 |
| HSL | 90.79º | 0.97% | 0.69% | - |
| HSV(B) | 90.79º | 0.6% | 0.99% | - |
| XYZ | 55.15 | 80.3 | 24.91 | - |
| YUV | 212.35 | 65.16 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 101 | 0.31 | 0 | 0.60 | 0.01 | 90.79 | 0.97 | 0.69 |
| Hex | AF | FD | 65 | 1F | 0 | 3C | 1 | 5B | 61 | 45 |
| Octal | 257 | 375 | 145 | 37 | 0 | 74 | 1 | 133 | 141 | 105 |
| Binary | 10101111 | 11111101 | 1100101 | 11111 | 0 | 111100 | 1 | 1011011 | 1100001 | 1000101 |
Color Harmonies of #AFFD65
Complementary color
Monochromatic Colors of #AFFD65
Black with #AFFD65
Text Example
Text Example
White with #AFFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD65; }
p { color: rgb(175,253,101); }
H1.HeaderClassName
{
color: #AFFD65;
}
.AnyTagClassName
{
color: #AFFD65;
}
</style>
background-color css
<style>
a { background-color: #AFFD65; }
a { background-color: rgb(175,253,101); }
div.DivClassName
{
background-color: #AFFD65;
}
.BgClassName
{
background-color: #AFFD65;
}
</style>
border-color css
<style>
span { border-color: #AFFD65; }
span { border-color: rgb(175,253,101); }
td.TdClassName
{
border-color: #AFFD65;
}
.TagClassName
{
border-color: #AFFD65;
}
</style>