Shades of Conifer #AFF54C
Tints of Conifer #AFF54C
RGB
CMYK
RGB Variations
Color information
#AFF54C (or 0xAFF54C) is known color: Conifer. HEX triplet: AF, F5 and 4C. RGB value is (175,245,76). Sum of RGB (Red+Green+Blue) = 175+245+76=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF54C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF54C is #500AB3. Grayscale: #CDCDCD. Windows color (decimal): -5245620 or 5043631. OLE color: 5043631.
HSL color Cylindrical-coordinate representation of color #AFF54C: hue angle of 84.85º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF54C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 76 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.04 |
| HSL | 84.85º | 0.89% | 0.63% | - |
| HSV(B) | 84.85º | 0.69% | 0.96% | - |
| XYZ | 51.64 | 74.94 | 18.58 | - |
| YUV | 204.8 | 55.31 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 76 | 0.29 | 0 | 0.69 | 0.04 | 84.85 | 0.89 | 0.63 |
| Hex | AF | F5 | 4C | 1D | 0 | 45 | 4 | 55 | 59 | 3F |
| Octal | 257 | 365 | 114 | 35 | 0 | 105 | 4 | 125 | 131 | 77 |
| Binary | 10101111 | 11110101 | 1001100 | 11101 | 0 | 1000101 | 100 | 1010101 | 1011001 | 111111 |
Color Harmonies of #AFF54C
Complementary color
Monochromatic Colors of #AFF54C
Black with #AFF54C
Text Example
Text Example
White with #AFF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF54C; }
p { color: rgb(175,245,76); }
H1.HeaderClassName
{
color: #AFF54C;
}
.AnyTagClassName
{
color: #AFF54C;
}
</style>
background-color css
<style>
a { background-color: #AFF54C; }
a { background-color: rgb(175,245,76); }
div.DivClassName
{
background-color: #AFF54C;
}
.BgClassName
{
background-color: #AFF54C;
}
</style>
border-color css
<style>
span { border-color: #AFF54C; }
span { border-color: rgb(175,245,76); }
td.TdClassName
{
border-color: #AFF54C;
}
.TagClassName
{
border-color: #AFF54C;
}
</style>