Shades of Conifer #AFFB5C
Tints of Conifer #AFFB5C
RGB
CMYK
RGB Variations
Color information
#AFFB5C (or 0xAFFB5C) is known color: Conifer. HEX triplet: AF, FB and 5C. RGB value is (175,251,92). Sum of RGB (Red+Green+Blue) = 175+251+92=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFB5C is #5004A3. Grayscale: #D2D2D2. Windows color (decimal): -5244068 or 6093743. OLE color: 6093743.
HSL color Cylindrical-coordinate representation of color #AFFB5C: hue angle of 88.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFFB5C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 92 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.02 |
| HSL | 88.68º | 0.95% | 0.67% | - |
| HSV(B) | 88.68º | 0.63% | 0.98% | - |
| XYZ | 54.11 | 78.88 | 22.5 | - |
| YUV | 210.15 | 61.32 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 92 | 0.30 | 0 | 0.63 | 0.02 | 88.68 | 0.95 | 0.67 |
| Hex | AF | FB | 5C | 1E | 0 | 3F | 2 | 59 | 5F | 43 |
| Octal | 257 | 373 | 134 | 36 | 0 | 77 | 2 | 131 | 137 | 103 |
| Binary | 10101111 | 11111011 | 1011100 | 11110 | 0 | 111111 | 10 | 1011001 | 1011111 | 1000011 |
Color Harmonies of #AFFB5C
Complementary color
Monochromatic Colors of #AFFB5C
Black with #AFFB5C
Text Example
Text Example
White with #AFFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFB5C; }
p { color: rgb(175,251,92); }
H1.HeaderClassName
{
color: #AFFB5C;
}
.AnyTagClassName
{
color: #AFFB5C;
}
</style>
background-color css
<style>
a { background-color: #AFFB5C; }
a { background-color: rgb(175,251,92); }
div.DivClassName
{
background-color: #AFFB5C;
}
.BgClassName
{
background-color: #AFFB5C;
}
</style>
border-color css
<style>
span { border-color: #AFFB5C; }
span { border-color: rgb(175,251,92); }
td.TdClassName
{
border-color: #AFFB5C;
}
.TagClassName
{
border-color: #AFFB5C;
}
</style>