Shades of Conifer #AFF45D
Tints of Conifer #AFF45D
RGB
CMYK
RGB Variations
Color information
#AFF45D (or 0xAFF45D) is known color: Conifer. HEX triplet: AF, F4 and 5D. RGB value is (175,244,93). Sum of RGB (Red+Green+Blue) = 175+244+93=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF45D is #500BA2. Grayscale: #CECECE. Windows color (decimal): -5245859 or 6157487. OLE color: 6157487.
HSL color Cylindrical-coordinate representation of color #AFF45D: hue angle of 87.42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF45D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 93 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.04 |
| HSL | 87.42º | 0.87% | 0.66% | - |
| HSV(B) | 87.42º | 0.62% | 0.96% | - |
| XYZ | 52.01 | 74.61 | 22.02 | - |
| YUV | 206.16 | 64.14 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 93 | 0.28 | 0 | 0.62 | 0.04 | 87.42 | 0.87 | 0.66 |
| Hex | AF | F4 | 5D | 1C | 0 | 3E | 4 | 57 | 57 | 42 |
| Octal | 257 | 364 | 135 | 34 | 0 | 76 | 4 | 127 | 127 | 102 |
| Binary | 10101111 | 11110100 | 1011101 | 11100 | 0 | 111110 | 100 | 1010111 | 1010111 | 1000010 |
Color Harmonies of #AFF45D
Complementary color
Monochromatic Colors of #AFF45D
Black with #AFF45D
Text Example
Text Example
White with #AFF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF45D; }
p { color: rgb(175,244,93); }
H1.HeaderClassName
{
color: #AFF45D;
}
.AnyTagClassName
{
color: #AFF45D;
}
</style>
background-color css
<style>
a { background-color: #AFF45D; }
a { background-color: rgb(175,244,93); }
div.DivClassName
{
background-color: #AFF45D;
}
.BgClassName
{
background-color: #AFF45D;
}
</style>
border-color css
<style>
span { border-color: #AFF45D; }
span { border-color: rgb(175,244,93); }
td.TdClassName
{
border-color: #AFF45D;
}
.TagClassName
{
border-color: #AFF45D;
}
</style>