Shades of Conifer #AFF448
Tints of Conifer #AFF448
RGB
CMYK
RGB Variations
Color information
#AFF448 (or 0xAFF448) is known color: Conifer. HEX triplet: AF, F4 and 48. RGB value is (175,244,72). Sum of RGB (Red+Green+Blue) = 175+244+72=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF448 is #500BB7. Grayscale: #CCCCCC. Windows color (decimal): -5245880 or 4781231. OLE color: 4781231.
HSL color Cylindrical-coordinate representation of color #AFF448: hue angle of 84.07º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF448 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 72 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.04 |
| HSL | 84.07º | 0.89% | 0.62% | - |
| HSV(B) | 84.07º | 0.7% | 0.96% | - |
| XYZ | 51.2 | 74.28 | 17.77 | - |
| YUV | 203.76 | 53.64 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 72 | 0.28 | 0 | 0.70 | 0.04 | 84.07 | 0.89 | 0.62 |
| Hex | AF | F4 | 48 | 1C | 0 | 46 | 4 | 54 | 59 | 3E |
| Octal | 257 | 364 | 110 | 34 | 0 | 106 | 4 | 124 | 131 | 76 |
| Binary | 10101111 | 11110100 | 1001000 | 11100 | 0 | 1000110 | 100 | 1010100 | 1011001 | 111110 |
Color Harmonies of #AFF448
Complementary color
Monochromatic Colors of #AFF448
Black with #AFF448
Text Example
Text Example
White with #AFF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF448; }
p { color: rgb(175,244,72); }
H1.HeaderClassName
{
color: #AFF448;
}
.AnyTagClassName
{
color: #AFF448;
}
</style>
background-color css
<style>
a { background-color: #AFF448; }
a { background-color: rgb(175,244,72); }
div.DivClassName
{
background-color: #AFF448;
}
.BgClassName
{
background-color: #AFF448;
}
</style>
border-color css
<style>
span { border-color: #AFF448; }
span { border-color: rgb(175,244,72); }
td.TdClassName
{
border-color: #AFF448;
}
.TagClassName
{
border-color: #AFF448;
}
</style>