#AFF61D

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

Shades of Green Yellow #AFF61D

Tints of Green Yellow #AFF61D

Color information

#AFF61D (or 0xAFF61D) is unknown color: approx Green Yellow. HEX triplet: AF, F6 and 1D. RGB value is (175,246,29). Sum of RGB (Red+Green+Blue) = 175+246+29=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF61D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF61D is #5009E2. Grayscale: #C8C8C8. Windows color (decimal): -5245411 or 1963695. OLE color: 1963695.

HSL color Cylindrical-coordinate representation of color #AFF61D: hue angle of 79.63º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFF61D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB17524629-
CMYK0.2900.880.04
HSL79.63º92.34%53.92%-
HSV(B)79.63º88.21%96.47%-
XYZ50.8675.1112.98-
YUV200.0331.48110.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 246 (96.48% from 255) = 54.67%
BLUE value IS 29 (11.72% from 255) = 6.44%
R=38.89%
G=54.67%
B=6.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175246290.2900.880.0479.6392.3453.92
HexAFF61D1D0584505c36
Octal25736635350130412013466
Binary101011111111011011101111010101100010010100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF61D; }

 p { color: rgb(175,246,29); }

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

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

 a { background-color: rgb(175,246,29); }

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

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

 span { border-color: rgb(175,246,29); }

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