Shades of Conifer #AFDD3C
Tints of Conifer #AFDD3C
RGB
CMYK
RGB Variations
Color information
#AFDD3C (or 0xAFDD3C) is known color: Conifer. HEX triplet: AF, DD and 3C. RGB value is (175,221,60). Sum of RGB (Red+Green+Blue) = 175+221+60=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD3C is #5022C3. Grayscale: #BDBDBD. Windows color (decimal): -5251780 or 3988911. OLE color: 3988911.
HSL color Cylindrical-coordinate representation of color #AFDD3C: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDD3C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 60 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.13 |
| HSL | 77.14º | 0.7% | 0.55% | - |
| HSV(B) | 77.14º | 0.73% | 0.87% | - |
| XYZ | 44.35 | 61.15 | 13.74 | - |
| YUV | 188.89 | 55.26 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 60 | 0.21 | 0 | 0.73 | 0.13 | 77.14 | 0.7 | 0.55 |
| Hex | AF | DD | 3C | 15 | 0 | 49 | D | 4D | 46 | 37 |
| Octal | 257 | 335 | 74 | 25 | 0 | 111 | 15 | 115 | 106 | 67 |
| Binary | 10101111 | 11011101 | 111100 | 10101 | 0 | 1001001 | 1101 | 1001101 | 1000110 | 110111 |
Color Harmonies of #AFDD3C
Complementary color
Monochromatic Colors of #AFDD3C
Black with #AFDD3C
Text Example
Text Example
White with #AFDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD3C; }
p { color: rgb(175,221,60); }
H1.HeaderClassName
{
color: #AFDD3C;
}
.AnyTagClassName
{
color: #AFDD3C;
}
</style>
background-color css
<style>
a { background-color: #AFDD3C; }
a { background-color: rgb(175,221,60); }
div.DivClassName
{
background-color: #AFDD3C;
}
.BgClassName
{
background-color: #AFDD3C;
}
</style>
border-color css
<style>
span { border-color: #AFDD3C; }
span { border-color: rgb(175,221,60); }
td.TdClassName
{
border-color: #AFDD3C;
}
.TagClassName
{
border-color: #AFDD3C;
}
</style>