Shades of Conifer #AFF54B
Tints of Conifer #AFF54B
RGB
CMYK
RGB Variations
Color information
#AFF54B (or 0xAFF54B) is known color: Conifer. HEX triplet: AF, F5 and 4B. RGB value is (175,245,75). Sum of RGB (Red+Green+Blue) = 175+245+75=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF54B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF54B is #500AB4. Grayscale: #CDCDCD. Windows color (decimal): -5245621 or 4978095. OLE color: 4978095.
HSL color Cylindrical-coordinate representation of color #AFF54B: hue angle of 84.71º 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 #AFF54B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 75 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.04 |
| HSL | 84.71º | 0.89% | 0.63% | - |
| HSV(B) | 84.71º | 0.69% | 0.96% | - |
| XYZ | 51.6 | 74.93 | 18.4 | - |
| YUV | 204.69 | 54.81 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 75 | 0.29 | 0 | 0.69 | 0.04 | 84.71 | 0.89 | 0.63 |
| Hex | AF | F5 | 4B | 1D | 0 | 45 | 4 | 55 | 59 | 3F |
| Octal | 257 | 365 | 113 | 35 | 0 | 105 | 4 | 125 | 131 | 77 |
| Binary | 10101111 | 11110101 | 1001011 | 11101 | 0 | 1000101 | 100 | 1010101 | 1011001 | 111111 |
Color Harmonies of #AFF54B
Complementary color
Monochromatic Colors of #AFF54B
Black with #AFF54B
Text Example
Text Example
White with #AFF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF54B; }
p { color: rgb(175,245,75); }
H1.HeaderClassName
{
color: #AFF54B;
}
.AnyTagClassName
{
color: #AFF54B;
}
</style>
background-color css
<style>
a { background-color: #AFF54B; }
a { background-color: rgb(175,245,75); }
div.DivClassName
{
background-color: #AFF54B;
}
.BgClassName
{
background-color: #AFF54B;
}
</style>
border-color css
<style>
span { border-color: #AFF54B; }
span { border-color: rgb(175,245,75); }
td.TdClassName
{
border-color: #AFF54B;
}
.TagClassName
{
border-color: #AFF54B;
}
</style>