Shades of Conifer #AFFD5C
Tints of Conifer #AFFD5C
RGB
CMYK
RGB Variations
Color information
#AFFD5C (or 0xAFFD5C) is known color: Conifer. HEX triplet: AF, FD and 5C. RGB value is (175,253,92). Sum of RGB (Red+Green+Blue) = 175+253+92=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD5C is #5002A3. Grayscale: #D3D3D3. Windows color (decimal): -5243556 or 6094255. OLE color: 6094255.
HSL color Cylindrical-coordinate representation of color #AFFD5C: hue angle of 89.07º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFFD5C is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 92 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.01 |
| HSL | 89.07º | 0.98% | 0.68% | - |
| HSV(B) | 89.07º | 0.64% | 0.99% | - |
| XYZ | 54.74 | 80.14 | 22.71 | - |
| YUV | 211.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 92 | 0.31 | 0 | 0.64 | 0.01 | 89.07 | 0.98 | 0.68 |
| Hex | AF | FD | 5C | 1F | 0 | 40 | 1 | 59 | 62 | 44 |
| Octal | 257 | 375 | 134 | 37 | 0 | 100 | 1 | 131 | 142 | 104 |
| Binary | 10101111 | 11111101 | 1011100 | 11111 | 0 | 1000000 | 1 | 1011001 | 1100010 | 1000100 |
Color Harmonies of #AFFD5C
Complementary color
Monochromatic Colors of #AFFD5C
Black with #AFFD5C
Text Example
Text Example
White with #AFFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD5C; }
p { color: rgb(175,253,92); }
H1.HeaderClassName
{
color: #AFFD5C;
}
.AnyTagClassName
{
color: #AFFD5C;
}
</style>
background-color css
<style>
a { background-color: #AFFD5C; }
a { background-color: rgb(175,253,92); }
div.DivClassName
{
background-color: #AFFD5C;
}
.BgClassName
{
background-color: #AFFD5C;
}
</style>
border-color css
<style>
span { border-color: #AFFD5C; }
span { border-color: rgb(175,253,92); }
td.TdClassName
{
border-color: #AFFD5C;
}
.TagClassName
{
border-color: #AFFD5C;
}
</style>