Html Css Color HEX #AEFE50 Green Yellow

📋 copy color: '#AEFE50'

red 174 ◦ green 254 ◦ blue 80

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

Shades of Green Yellow #AEFE50

Tints of Green Yellow #AEFE50

RGB

 RED value IS 174 (68.36% from 255) = 34.25%

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

 BLUE value IS 80 (31.64% from 255) = 15.75%

R = 34.25%
G = 50%
B = 15.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#AEFE50 (or 0xAEFE50) is known color: Green Yellow. HEX triplet: AE, FE and 50. RGB value is (174,254,80). Sum of RGB (Red+Green+Blue) = 174+254+80=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE50 is #5101AF. Grayscale: #D2D2D2. Windows color (decimal): -5308848 or 5308078. OLE color: 5308078.

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

Color convert

RGB 174 254 80 -
CMYK 0.31 0 0.69 0.00
HSL 87.59º 0.99% 0.65% -
HSV(B) 87.59º 0.69% 1% -
XYZ 54.35 80.46 20.26 -
YUV 210.24 54.5 102.15 -
System Red Green Blue C M Y K H S L
Decimal 174 254 80 0.31 0 0.69 0.00 87.59 0.99 0.65
Hex AE FE 50 1F 0 45 0 58 63 41
Octal 256 376 120 37 0 105 0 130 143 101
Binary 10101110 11111110 1010000 11111 0 1000101 0 1011000 1100011 1000001

Color Harmonies of #AEFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE50

Black with #AEFE50

Text Example


Text Example

White with #AEFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE50; }

 p { color: rgb(174,254,80); }

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

background-color css

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

 a { background-color: rgb(174,254,80); }

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

border-color css

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

 span { border-color: rgb(174,254,80); }

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