Shades of Conifer #AFF25D
Tints of Conifer #AFF25D
RGB
CMYK
RGB Variations
Color information
#AFF25D (or 0xAFF25D) is known color: Conifer. HEX triplet: AF, F2 and 5D. RGB value is (175,242,93). Sum of RGB (Red+Green+Blue) = 175+242+93=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF25D is #500DA2. Grayscale: #CDCDCD. Windows color (decimal): -5246371 or 6156975. OLE color: 6156975.
HSL color Cylindrical-coordinate representation of color #AFF25D: hue angle of 86.98º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF25D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 93 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.05 |
| HSL | 86.98º | 0.85% | 0.66% | - |
| HSV(B) | 86.98º | 0.62% | 0.95% | - |
| XYZ | 51.41 | 73.41 | 21.82 | - |
| YUV | 204.98 | 64.8 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 93 | 0.28 | 0 | 0.62 | 0.05 | 86.98 | 0.85 | 0.66 |
| Hex | AF | F2 | 5D | 1C | 0 | 3E | 5 | 57 | 55 | 42 |
| Octal | 257 | 362 | 135 | 34 | 0 | 76 | 5 | 127 | 125 | 102 |
| Binary | 10101111 | 11110010 | 1011101 | 11100 | 0 | 111110 | 101 | 1010111 | 1010101 | 1000010 |
Color Harmonies of #AFF25D
Complementary color
Monochromatic Colors of #AFF25D
Black with #AFF25D
Text Example
Text Example
White with #AFF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF25D; }
p { color: rgb(175,242,93); }
H1.HeaderClassName
{
color: #AFF25D;
}
.AnyTagClassName
{
color: #AFF25D;
}
</style>
background-color css
<style>
a { background-color: #AFF25D; }
a { background-color: rgb(175,242,93); }
div.DivClassName
{
background-color: #AFF25D;
}
.BgClassName
{
background-color: #AFF25D;
}
</style>
border-color css
<style>
span { border-color: #AFF25D; }
span { border-color: rgb(175,242,93); }
td.TdClassName
{
border-color: #AFF25D;
}
.TagClassName
{
border-color: #AFF25D;
}
</style>