#AFFF23

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

Shades of Green Yellow #AFFF23

Tints of Green Yellow #AFFF23

Color information

#AFFF23 (or 0xAFFF23) is unknown color: approx Green Yellow. HEX triplet: AF, FF and 23. RGB value is (175,255,35). Sum of RGB (Red+Green+Blue) = 175+255+35=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF23 is #5000DC. Grayscale: #CECECE. Windows color (decimal): -5243101 or 2359215. OLE color: 2359215.

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

Color convert

RGB17525535-
CMYK0.3100.860
HSL81.82º100%56.86%-
HSV(B)81.82º86.27%100%-
XYZ53.7480.7614.34-
YUV20631.5105.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 255 (100% from 255) = 54.84%
BLUE value IS 35 (14.06% from 255) = 7.53%
R=37.63%
G=54.84%
B=7.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175255350.3100.86081.8210056.86
HexAFFF231F0560526439
Octal25737743370126012214471
Binary10101111111111111000111111101010110010100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF23; }

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

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

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

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

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

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

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

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