#AFF425

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

Shades of Green Yellow #AFF425

Tints of Green Yellow #AFF425

Color information

#AFF425 (or 0xAFF425) is unknown color: approx Green Yellow. HEX triplet: AF, F4 and 25. RGB value is (175,244,37). Sum of RGB (Red+Green+Blue) = 175+244+37=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF425 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF425 is #500BDA. Grayscale: #C8C8C8. Windows color (decimal): -5245915 or 2487471. OLE color: 2487471.

HSL color Cylindrical-coordinate representation of color #AFF425: hue angle of 80º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFF425 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB17524437-
CMYK0.2800.850.04
HSL80º90.39%55.1%-
HSV(B)80º84.84%95.69%-
XYZ50.3673.9513.37-
YUV199.7736.14110.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 244 (95.70% from 255) = 53.51%
BLUE value IS 37 (14.84% from 255) = 8.11%
R=38.38%
G=53.51%
B=8.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175244370.2800.850.048090.3955.1
HexAFF4251C0554505a37
Octal25736445340125412013267
Binary1010111111110100100101111000101010110010100001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF425; }

 p { color: rgb(175,244,37); }

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

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

 a { background-color: rgb(175,244,37); }

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

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

 span { border-color: rgb(175,244,37); }

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