#AFF83F

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

Shades of Green Yellow #AFF83F

Tints of Green Yellow #AFF83F

Color information

#AFF83F (or 0xAFF83F) is unknown color: approx Green Yellow. HEX triplet: AF, F8 and 3F. RGB value is (175,248,63). Sum of RGB (Red+Green+Blue) = 175+248+63=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF83F is #5007C0. Grayscale: #CDCDCD. Windows color (decimal): -5244865 or 4192431. OLE color: 4192431.

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

Color convert

RGB17524863-
CMYK0.2900.750.03
HSL83.68º92.96%60.98%-
HSV(B)83.68º74.6%97.25%-
XYZ52.1476.6116.74-
YUV205.0847.82106.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 63 (25% from 255) = 12.96%
R=36.01%
G=51.03%
B=12.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175248630.2900.750.0383.6892.9660.98
HexAFF83F1D04B3545d3d
Octal25737077350113312413575
Binary101011111111100011111111101010010111110101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF83F; }

 p { color: rgb(175,248,63); }

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

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

 a { background-color: rgb(175,248,63); }

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

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

 span { border-color: rgb(175,248,63); }

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