#AFFE45

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

Shades of Green Yellow #AFFE45

Tints of Green Yellow #AFFE45

Color information

#AFFE45 (or 0xAFFE45) is unknown color: approx Green Yellow. HEX triplet: AF, FE and 45. RGB value is (175,254,69). Sum of RGB (Red+Green+Blue) = 175+254+69=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE45 is #5001BA. Grayscale: #D1D1D1. Windows color (decimal): -5243323 or 4587183. OLE color: 4587183.

HSL color Cylindrical-coordinate representation of color #AFFE45: hue angle of 85.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFFE45 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB17525469-
CMYK0.3100.730.00
HSL85.62º98.93%63.33%-
HSV(B)85.62º72.83%99.61%-
XYZ54.280.4318.3-
YUV209.2948.83103.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 254 (99.61% from 255) = 51.00%
BLUE value IS 69 (27.34% from 255) = 13.86%
R=35.14%
G=51.00%
B=13.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175254690.3100.730.0085.6298.9363.33
HexAFFE451F049056633f
Octal257376105370111012614377
Binary101011111111111010001011111101001001010101101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE45; }

 p { color: rgb(175,254,69); }

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

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

 a { background-color: rgb(175,254,69); }

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

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

 span { border-color: rgb(175,254,69); }

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