Shades of Conifer #AFF754
Tints of Conifer #AFF754
RGB
CMYK
RGB Variations
Color information
#AFF754 (or 0xAFF754) is known color: Conifer. HEX triplet: AF, F7 and 54. RGB value is (175,247,84). Sum of RGB (Red+Green+Blue) = 175+247+84=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF754 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF754 is #5008AB. Grayscale: #CFCFCF. Windows color (decimal): -5245100 or 5568431. OLE color: 5568431.
HSL color Cylindrical-coordinate representation of color #AFF754: hue angle of 86.5º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFF754 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 84 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.03 |
| HSL | 86.5º | 0.91% | 0.65% | - |
| HSV(B) | 86.5º | 0.66% | 0.97% | - |
| XYZ | 52.54 | 76.28 | 20.34 | - |
| YUV | 206.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 84 | 0.29 | 0 | 0.66 | 0.03 | 86.5 | 0.91 | 0.65 |
| Hex | AF | F7 | 54 | 1D | 0 | 42 | 3 | 57 | 5B | 41 |
| Octal | 257 | 367 | 124 | 35 | 0 | 102 | 3 | 127 | 133 | 101 |
| Binary | 10101111 | 11110111 | 1010100 | 11101 | 0 | 1000010 | 11 | 1010111 | 1011011 | 1000001 |
Color Harmonies of #AFF754
Complementary color
Monochromatic Colors of #AFF754
Black with #AFF754
Text Example
Text Example
White with #AFF754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF754; }
p { color: rgb(175,247,84); }
H1.HeaderClassName
{
color: #AFF754;
}
.AnyTagClassName
{
color: #AFF754;
}
</style>
background-color css
<style>
a { background-color: #AFF754; }
a { background-color: rgb(175,247,84); }
div.DivClassName
{
background-color: #AFF754;
}
.BgClassName
{
background-color: #AFF754;
}
</style>
border-color css
<style>
span { border-color: #AFF754; }
span { border-color: rgb(175,247,84); }
td.TdClassName
{
border-color: #AFF754;
}
.TagClassName
{
border-color: #AFF754;
}
</style>