Shades of Green Yellow #AFFF43
Tints of Green Yellow #AFFF43
RGB
CMYK
RGB Variations
Color information
#AFFF43 (or 0xAFFF43) is known color: Green Yellow. HEX triplet: AF, FF and 43. RGB value is (175,255,67). Sum of RGB (Red+Green+Blue) = 175+255+67=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF43 is #5000BC. Grayscale: #D2D2D2. Windows color (decimal): -5243069 or 4456367. OLE color: 4456367.
HSL color Cylindrical-coordinate representation of color #AFFF43: hue angle of 85.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFFF43 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 67 | - |
| CMYK | 0.31 | 0 | 0.74 | 0 |
| HSL | 85.53º | 1% | 0.63% | - |
| HSV(B) | 85.53º | 0.74% | 1% | - |
| XYZ | 54.45 | 81.04 | 18.08 | - |
| YUV | 209.65 | 47.5 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 67 | 0.31 | 0 | 0.74 | 0 | 85.53 | 1 | 0.63 |
| Hex | AF | FF | 43 | 1F | 0 | 4A | 0 | 56 | 64 | 3F |
| Octal | 257 | 377 | 103 | 37 | 0 | 112 | 0 | 126 | 144 | 77 |
| Binary | 10101111 | 11111111 | 1000011 | 11111 | 0 | 1001010 | 0 | 1010110 | 1100100 | 111111 |
Color Harmonies of #AFFF43
Complementary color
Monochromatic Colors of #AFFF43
Black with #AFFF43
Text Example
Text Example
White with #AFFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF43; }
p { color: rgb(175,255,67); }
H1.HeaderClassName
{
color: #AFFF43;
}
.AnyTagClassName
{
color: #AFFF43;
}
</style>
background-color css
<style>
a { background-color: #AFFF43; }
a { background-color: rgb(175,255,67); }
div.DivClassName
{
background-color: #AFFF43;
}
.BgClassName
{
background-color: #AFFF43;
}
</style>
border-color css
<style>
span { border-color: #AFFF43; }
span { border-color: rgb(175,255,67); }
td.TdClassName
{
border-color: #AFFF43;
}
.TagClassName
{
border-color: #AFFF43;
}
</style>