Shades of Conifer #AFF350
Tints of Conifer #AFF350
RGB
CMYK
RGB Variations
Color information
#AFF350 (or 0xAFF350) is known color: Conifer. HEX triplet: AF, F3 and 50. RGB value is (175,243,80). Sum of RGB (Red+Green+Blue) = 175+243+80=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF350 is #500CAF. Grayscale: #CCCCCC. Windows color (decimal): -5246128 or 5305263. OLE color: 5305263.
HSL color Cylindrical-coordinate representation of color #AFF350: hue angle of 85.03º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFF350 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 80 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.05 |
| HSL | 85.03º | 0.87% | 0.63% | - |
| HSV(B) | 85.03º | 0.67% | 0.95% | - |
| XYZ | 51.18 | 73.79 | 19.14 | - |
| YUV | 204.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 80 | 0.28 | 0 | 0.67 | 0.05 | 85.03 | 0.87 | 0.63 |
| Hex | AF | F3 | 50 | 1C | 0 | 43 | 5 | 55 | 57 | 3F |
| Octal | 257 | 363 | 120 | 34 | 0 | 103 | 5 | 125 | 127 | 77 |
| Binary | 10101111 | 11110011 | 1010000 | 11100 | 0 | 1000011 | 101 | 1010101 | 1010111 | 111111 |
Color Harmonies of #AFF350
Complementary color
Monochromatic Colors of #AFF350
Black with #AFF350
Text Example
Text Example
White with #AFF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF350; }
p { color: rgb(175,243,80); }
H1.HeaderClassName
{
color: #AFF350;
}
.AnyTagClassName
{
color: #AFF350;
}
</style>
background-color css
<style>
a { background-color: #AFF350; }
a { background-color: rgb(175,243,80); }
div.DivClassName
{
background-color: #AFF350;
}
.BgClassName
{
background-color: #AFF350;
}
</style>
border-color css
<style>
span { border-color: #AFF350; }
span { border-color: rgb(175,243,80); }
td.TdClassName
{
border-color: #AFF350;
}
.TagClassName
{
border-color: #AFF350;
}
</style>