Html Css Color HEX #AFFE49 Green Yellow

📋 copy color: '#AFFE49'

red 175 ◦ green 254 ◦ blue 73

#AFFE49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #AFFE49

Tints of Green Yellow #AFFE49

RGB

 RED value IS 175 (68.75% from 255) = 34.86%

 GREEN value IS 254 (99.61% from 255) = 50.6%

 BLUE value IS 73 (28.91% from 255) = 14.54%

R = 34.86%
G = 50.6%
B = 14.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#AFFE49 (or 0xAFFE49) is known color: Green Yellow. HEX triplet: AF, FE and 49. RGB value is (175,254,73). Sum of RGB (Red+Green+Blue) = 175+254+73=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE49 is #5001B6. Grayscale: #D2D2D2. Windows color (decimal): -5243319 or 4849327. OLE color: 4849327.

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

Color convert

RGB 175 254 73 -
CMYK 0.31 0 0.71 0.00
HSL 86.19º 0.99% 0.64% -
HSV(B) 86.19º 0.71% 1% -
XYZ 54.32 80.48 18.97 -
YUV 209.75 50.83 103.22 -
System Red Green Blue C M Y K H S L
Decimal 175 254 73 0.31 0 0.71 0.00 86.19 0.99 0.64
Hex AF FE 49 1F 0 47 0 56 63 40
Octal 257 376 111 37 0 107 0 126 143 100
Binary 10101111 11111110 1001001 11111 0 1000111 0 1010110 1100011 1000000

Color Harmonies of #AFFE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE49

Black with #AFFE49

Text Example


Text Example

White with #AFFE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE49; }

 p { color: rgb(175,254,73); }

 H1.HeaderClassName
 {
   color: #AFFE49;
 }
 .AnyTagClassName
 {
   color: #AFFE49;
 }
</style>

background-color css

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

 a { background-color: rgb(175,254,73); }

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

border-color css

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

 span { border-color: rgb(175,254,73); }

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