Shades of Green Yellow #AFE535
Tints of Green Yellow #AFE535
RGB
CMYK
RGB Variations
Color information
#AFE535 (or 0xAFE535) is known color: Green Yellow. HEX triplet: AF, E5 and 35. RGB value is (175,229,53). Sum of RGB (Red+Green+Blue) = 175+229+53=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE535 is #501ACA. Grayscale: #C1C1C1. Windows color (decimal): -5249739 or 3532207. OLE color: 3532207.
HSL color Cylindrical-coordinate representation of color #AFE535: hue angle of 78.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFE535 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 53 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.10 |
| HSL | 78.41º | 0.77% | 0.55% | - |
| HSV(B) | 78.41º | 0.77% | 0.9% | - |
| XYZ | 46.34 | 65.41 | 13.55 | - |
| YUV | 192.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 53 | 0.24 | 0 | 0.77 | 0.10 | 78.41 | 0.77 | 0.55 |
| Hex | AF | E5 | 35 | 18 | 0 | 4D | A | 4E | 4D | 37 |
| Octal | 257 | 345 | 65 | 30 | 0 | 115 | 12 | 116 | 115 | 67 |
| Binary | 10101111 | 11100101 | 110101 | 11000 | 0 | 1001101 | 1010 | 1001110 | 1001101 | 110111 |
Color Harmonies of #AFE535
Complementary color
Monochromatic Colors of #AFE535
Black with #AFE535
Text Example
Text Example
White with #AFE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE535; }
p { color: rgb(175,229,53); }
H1.HeaderClassName
{
color: #AFE535;
}
.AnyTagClassName
{
color: #AFE535;
}
</style>
background-color css
<style>
a { background-color: #AFE535; }
a { background-color: rgb(175,229,53); }
div.DivClassName
{
background-color: #AFE535;
}
.BgClassName
{
background-color: #AFE535;
}
</style>
border-color css
<style>
span { border-color: #AFE535; }
span { border-color: rgb(175,229,53); }
td.TdClassName
{
border-color: #AFE535;
}
.TagClassName
{
border-color: #AFE535;
}
</style>