Shades of Conifer #AFDD58
Tints of Conifer #AFDD58
RGB
CMYK
RGB Variations
Color information
#AFDD58 (or 0xAFDD58) is known color: Conifer. HEX triplet: AF, DD and 58. RGB value is (175,221,88). Sum of RGB (Red+Green+Blue) = 175+221+88=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD58 is #5022A7. Grayscale: #C0C0C0. Windows color (decimal): -5251752 or 5823919. OLE color: 5823919.
HSL color Cylindrical-coordinate representation of color #AFDD58: hue angle of 80.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFDD58 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 88 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.13 |
| HSL | 80.75º | 0.66% | 0.61% | - |
| HSV(B) | 80.75º | 0.6% | 0.87% | - |
| XYZ | 45.3 | 61.53 | 18.72 | - |
| YUV | 192.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 88 | 0.21 | 0 | 0.60 | 0.13 | 80.75 | 0.66 | 0.61 |
| Hex | AF | DD | 58 | 15 | 0 | 3C | D | 51 | 42 | 3D |
| Octal | 257 | 335 | 130 | 25 | 0 | 74 | 15 | 121 | 102 | 75 |
| Binary | 10101111 | 11011101 | 1011000 | 10101 | 0 | 111100 | 1101 | 1010001 | 1000010 | 111101 |
Color Harmonies of #AFDD58
Complementary color
Monochromatic Colors of #AFDD58
Black with #AFDD58
Text Example
Text Example
White with #AFDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD58; }
p { color: rgb(175,221,88); }
H1.HeaderClassName
{
color: #AFDD58;
}
.AnyTagClassName
{
color: #AFDD58;
}
</style>
background-color css
<style>
a { background-color: #AFDD58; }
a { background-color: rgb(175,221,88); }
div.DivClassName
{
background-color: #AFDD58;
}
.BgClassName
{
background-color: #AFDD58;
}
</style>
border-color css
<style>
span { border-color: #AFDD58; }
span { border-color: rgb(175,221,88); }
td.TdClassName
{
border-color: #AFDD58;
}
.TagClassName
{
border-color: #AFDD58;
}
</style>