Html Css Color HEX #AFFE4A Green Yellow

📋 copy color: '#AFFE4A'

red 175 ◦ green 254 ◦ blue 74

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

Shades of Green Yellow #AFFE4A

Tints of Green Yellow #AFFE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 34.79%
G = 50.5%
B = 14.71%

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

#AFFE4A (or 0xAFFE4A) is known color: Green Yellow. HEX triplet: AF, FE and 4A. RGB value is (175,254,74). Sum of RGB (Red+Green+Blue) = 175+254+74=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE4A is #5001B5. Grayscale: #D2D2D2. Windows color (decimal): -5243318 or 4914863. OLE color: 4914863.

HSL color Cylindrical-coordinate representation of color #AFFE4A: hue angle of 86.33º 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 #AFFE4A is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 74 -
CMYK 0.31 0 0.71 0.00
HSL 86.33º 0.99% 0.64% -
HSV(B) 86.33º 0.71% 1% -
XYZ 54.36 80.49 19.15 -
YUV 209.86 51.33 103.14 -
System Red Green Blue C M Y K H S L
Decimal 175 254 74 0.31 0 0.71 0.00 86.33 0.99 0.64
Hex AF FE 4A 1F 0 47 0 56 63 40
Octal 257 376 112 37 0 107 0 126 143 100
Binary 10101111 11111110 1001010 11111 0 1000111 0 1010110 1100011 1000000

Color Harmonies of #AFFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE4A

Black with #AFFE4A

Text Example


Text Example

White with #AFFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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