Shades of Conifer #AFFC63
Tints of Conifer #AFFC63
RGB
CMYK
RGB Variations
Color information
#AFFC63 (or 0xAFFC63) is known color: Conifer. HEX triplet: AF, FC and 63. RGB value is (175,252,99). Sum of RGB (Red+Green+Blue) = 175+252+99=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC63 is #50039C. Grayscale: #D4D4D4. Windows color (decimal): -5243805 or 6552751. OLE color: 6552751.
HSL color Cylindrical-coordinate representation of color #AFFC63: hue angle of 90.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFFC63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 99 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.01 |
| HSL | 90.2º | 0.96% | 0.69% | - |
| HSV(B) | 90.2º | 0.61% | 0.99% | - |
| XYZ | 54.74 | 79.64 | 24.29 | - |
| YUV | 211.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 99 | 0.31 | 0 | 0.61 | 0.01 | 90.2 | 0.96 | 0.69 |
| Hex | AF | FC | 63 | 1F | 0 | 3D | 1 | 5A | 60 | 45 |
| Octal | 257 | 374 | 143 | 37 | 0 | 75 | 1 | 132 | 140 | 105 |
| Binary | 10101111 | 11111100 | 1100011 | 11111 | 0 | 111101 | 1 | 1011010 | 1100000 | 1000101 |
Color Harmonies of #AFFC63
Complementary color
Monochromatic Colors of #AFFC63
Black with #AFFC63
Text Example
Text Example
White with #AFFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC63; }
p { color: rgb(175,252,99); }
H1.HeaderClassName
{
color: #AFFC63;
}
.AnyTagClassName
{
color: #AFFC63;
}
</style>
background-color css
<style>
a { background-color: #AFFC63; }
a { background-color: rgb(175,252,99); }
div.DivClassName
{
background-color: #AFFC63;
}
.BgClassName
{
background-color: #AFFC63;
}
</style>
border-color css
<style>
span { border-color: #AFFC63; }
span { border-color: rgb(175,252,99); }
td.TdClassName
{
border-color: #AFFC63;
}
.TagClassName
{
border-color: #AFFC63;
}
</style>