#AFFF21

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

Shades of Green Yellow #AFFF21

Tints of Green Yellow #AFFF21

Color information

#AFFF21 (or 0xAFFF21) is unknown color: approx Green Yellow. HEX triplet: AF, FF and 21. RGB value is (175,255,33). Sum of RGB (Red+Green+Blue) = 175+255+33=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF21 is #5000DE. Grayscale: #CECECE. Windows color (decimal): -5243103 or 2228143. OLE color: 2228143.

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

Color convert

RGB17525533-
CMYK0.3100.870
HSL81.62º100%56.47%-
HSV(B)81.62º87.06%100%-
XYZ53.7180.7414.19-
YUV205.7730.5106.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 33 (13.28% from 255) = 7.13%
R=37.80%
G=55.08%
B=7.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175255330.3100.87081.6210056.47
HexAFFF211F0570526438
Octal25737741370127012214470
Binary10101111111111111000011111101010111010100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF21; }

 p { color: rgb(175,255,33); }

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

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

 a { background-color: rgb(175,255,33); }

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

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

 span { border-color: rgb(175,255,33); }

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