#afe52f

Color #AFE52F Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AFE52F

Tints of Green Yellow #AFE52F

Color information

#AFE52F (or 0xAFE52F) is unknown color: approx Green Yellow. HEX triplet: AF, E5 and 2F. RGB value is (175,229,47). Sum of RGB (Red+Green+Blue) = 175+229+47=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE52F is #501AD0. Grayscale: #C0C0C0. Windows color (decimal): -5249745 or 3138991. OLE color: 3138991.

HSL color Cylindrical-coordinate representation of color #AFE52F: hue angle of 77.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE52F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB17522947-
CMYK0.2400.790.10
HSL77.8º77.78%54.12%-
HSV(B)77.8º79.48%89.8%-
XYZ46.2165.3612.87-
YUV192.1146.11115.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 229 (89.84% from 255) = 50.78%
BLUE value IS 47 (18.75% from 255) = 10.42%
R=38.80%
G=50.78%
B=10.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175229470.2400.790.1077.877.7854.12
HexAFE52F1804FA4e4e36
Octal257345573001171211611666
Binary10101111111001011011111100001001111101010011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe52f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe52f; }

 p { color: rgb(175,229,47); }

 H1.HeaderClassName
 {
   color: #afe52f;
 }
 .AnyTagClassName
 {
   color: #afe52f;
 }
</style>
background-color css

<style>
 a { background-color: #afe52f; }

 a { background-color: rgb(175,229,47); }

 div.DivClassName
 {
   background-color: #afe52f;
 }
 .BgClassName
 {
   background-color: #afe52f;
 }
</style>
border-color css

<style>
 span { border-color: #afe52f; }

 span { border-color: rgb(175,229,47); }

 td.TdClassName
 {
   border-color: #afe52f;
 }
 .TagClassName
 {
   border-color: #afe52f;
 }
</style>