Shades of Green Yellow #AFF345
Tints of Green Yellow #AFF345
RGB
CMYK
RGB Variations
Color information
#AFF345 (or 0xAFF345) is known color: Green Yellow. HEX triplet: AF, F3 and 45. RGB value is (175,243,69). Sum of RGB (Red+Green+Blue) = 175+243+69=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF345 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF345 is #500CBA. Grayscale: #CBCBCB. Windows color (decimal): -5246139 or 4584367. OLE color: 4584367.
HSL color Cylindrical-coordinate representation of color #AFF345: hue angle of 83.45º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFF345 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 69 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.05 |
| HSL | 83.45º | 0.88% | 0.61% | - |
| HSV(B) | 83.45º | 0.72% | 0.95% | - |
| XYZ | 50.8 | 73.64 | 17.17 | - |
| YUV | 202.83 | 52.47 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 69 | 0.28 | 0 | 0.72 | 0.05 | 83.45 | 0.88 | 0.61 |
| Hex | AF | F3 | 45 | 1C | 0 | 48 | 5 | 53 | 58 | 3D |
| Octal | 257 | 363 | 105 | 34 | 0 | 110 | 5 | 123 | 130 | 75 |
| Binary | 10101111 | 11110011 | 1000101 | 11100 | 0 | 1001000 | 101 | 1010011 | 1011000 | 111101 |
Color Harmonies of #AFF345
Complementary color
Monochromatic Colors of #AFF345
Black with #AFF345
Text Example
Text Example
White with #AFF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF345; }
p { color: rgb(175,243,69); }
H1.HeaderClassName
{
color: #AFF345;
}
.AnyTagClassName
{
color: #AFF345;
}
</style>
background-color css
<style>
a { background-color: #AFF345; }
a { background-color: rgb(175,243,69); }
div.DivClassName
{
background-color: #AFF345;
}
.BgClassName
{
background-color: #AFF345;
}
</style>
border-color css
<style>
span { border-color: #AFF345; }
span { border-color: rgb(175,243,69); }
td.TdClassName
{
border-color: #AFF345;
}
.TagClassName
{
border-color: #AFF345;
}
</style>