Shades of Conifer #AFD55D
Tints of Conifer #AFD55D
RGB
CMYK
RGB Variations
Color information
#AFD55D (or 0xAFD55D) is known color: Conifer. HEX triplet: AF, D5 and 5D. RGB value is (175,213,93). Sum of RGB (Red+Green+Blue) = 175+213+93=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD55D is #502AA2. Grayscale: #BCBCBC. Windows color (decimal): -5253795 or 6149551. OLE color: 6149551.
HSL color Cylindrical-coordinate representation of color #AFD55D: hue angle of 79º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFD55D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 93 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.16 |
| HSL | 79º | 0.59% | 0.6% | - |
| HSV(B) | 79º | 0.56% | 0.84% | - |
| XYZ | 43.45 | 57.49 | 19.16 | - |
| YUV | 187.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 93 | 0.18 | 0 | 0.56 | 0.16 | 79 | 0.59 | 0.6 |
| Hex | AF | D5 | 5D | 12 | 0 | 38 | 10 | 4F | 3B | 3C |
| Octal | 257 | 325 | 135 | 22 | 0 | 70 | 20 | 117 | 73 | 74 |
| Binary | 10101111 | 11010101 | 1011101 | 10010 | 0 | 111000 | 10000 | 1001111 | 111011 | 111100 |
Color Harmonies of #AFD55D
Complementary color
Monochromatic Colors of #AFD55D
Black with #AFD55D
Text Example
Text Example
White with #AFD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD55D; }
p { color: rgb(175,213,93); }
H1.HeaderClassName
{
color: #AFD55D;
}
.AnyTagClassName
{
color: #AFD55D;
}
</style>
background-color css
<style>
a { background-color: #AFD55D; }
a { background-color: rgb(175,213,93); }
div.DivClassName
{
background-color: #AFD55D;
}
.BgClassName
{
background-color: #AFD55D;
}
</style>
border-color css
<style>
span { border-color: #AFD55D; }
span { border-color: rgb(175,213,93); }
td.TdClassName
{
border-color: #AFD55D;
}
.TagClassName
{
border-color: #AFD55D;
}
</style>