Shades of Conifer #AFF351
Tints of Conifer #AFF351
RGB
CMYK
RGB Variations
Color information
#AFF351 (or 0xAFF351) is known color: Conifer. HEX triplet: AF, F3 and 51. RGB value is (175,243,81). Sum of RGB (Red+Green+Blue) = 175+243+81=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF351 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF351 is #500CAE. Grayscale: #CCCCCC. Windows color (decimal): -5246127 or 5370799. OLE color: 5370799.
HSL color Cylindrical-coordinate representation of color #AFF351: hue angle of 85.19º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFF351 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 81 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.05 |
| HSL | 85.19º | 0.87% | 0.64% | - |
| HSV(B) | 85.19º | 0.67% | 0.95% | - |
| XYZ | 51.22 | 73.81 | 19.33 | - |
| YUV | 204.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 81 | 0.28 | 0 | 0.67 | 0.05 | 85.19 | 0.87 | 0.64 |
| Hex | AF | F3 | 51 | 1C | 0 | 43 | 5 | 55 | 57 | 40 |
| Octal | 257 | 363 | 121 | 34 | 0 | 103 | 5 | 125 | 127 | 100 |
| Binary | 10101111 | 11110011 | 1010001 | 11100 | 0 | 1000011 | 101 | 1010101 | 1010111 | 1000000 |
Color Harmonies of #AFF351
Complementary color
Monochromatic Colors of #AFF351
Black with #AFF351
Text Example
Text Example
White with #AFF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF351; }
p { color: rgb(175,243,81); }
H1.HeaderClassName
{
color: #AFF351;
}
.AnyTagClassName
{
color: #AFF351;
}
</style>
background-color css
<style>
a { background-color: #AFF351; }
a { background-color: rgb(175,243,81); }
div.DivClassName
{
background-color: #AFF351;
}
.BgClassName
{
background-color: #AFF351;
}
</style>
border-color css
<style>
span { border-color: #AFF351; }
span { border-color: rgb(175,243,81); }
td.TdClassName
{
border-color: #AFF351;
}
.TagClassName
{
border-color: #AFF351;
}
</style>