#AFF73C

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

Shades of Green Yellow #AFF73C

Tints of Green Yellow #AFF73C

Color information

#AFF73C (or 0xAFF73C) is unknown color: approx Green Yellow. HEX triplet: AF, F7 and 3C. RGB value is (175,247,60). Sum of RGB (Red+Green+Blue) = 175+247+60=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF73C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF73C is #5008C3. Grayscale: #CCCCCC. Windows color (decimal): -5245124 or 3995567. OLE color: 3995567.

HSL color Cylindrical-coordinate representation of color #AFF73C: hue angle of 83.1º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFF73C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB17524760-
CMYK0.2900.760.03
HSL83.1º92.12%60.2%-
HSV(B)83.1º75.71%96.86%-
XYZ51.7675.9616.21-
YUV204.1546.65107.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 247 (96.88% from 255) = 51.24%
BLUE value IS 60 (23.83% from 255) = 12.45%
R=36.31%
G=51.24%
B=12.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175247600.2900.760.0383.192.1260.2
HexAFF73C1D04C3535c3c
Octal25736774350114312313474
Binary101011111111011111110011101010011001110100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF73C; }

 p { color: rgb(175,247,60); }

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

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

 a { background-color: rgb(175,247,60); }

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

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

 span { border-color: rgb(175,247,60); }

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