Html Css Color HEX #AEFD50 Green Yellow

📋 copy color: '#AEFD50'

red 174 ◦ green 253 ◦ blue 80

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

Shades of Green Yellow #AEFD50

Tints of Green Yellow #AEFD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

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

R = 34.32%
G = 49.9%
B = 15.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#AEFD50 (or 0xAEFD50) is known color: Green Yellow. HEX triplet: AE, FD and 50. RGB value is (174,253,80). Sum of RGB (Red+Green+Blue) = 174+253+80=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFD50 is #5102AF. Grayscale: #D2D2D2. Windows color (decimal): -5309104 or 5307822. OLE color: 5307822.

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

Color convert

RGB 174 253 80 -
CMYK 0.31 0 0.68 0.01
HSL 87.4º 0.98% 0.65% -
HSV(B) 87.4º 0.68% 0.99% -
XYZ 54.03 79.83 20.15 -
YUV 209.66 54.83 102.57 -
System Red Green Blue C M Y K H S L
Decimal 174 253 80 0.31 0 0.68 0.01 87.4 0.98 0.65
Hex AE FD 50 1F 0 44 1 57 62 41
Octal 256 375 120 37 0 104 1 127 142 101
Binary 10101110 11111101 1010000 11111 0 1000100 1 1010111 1100010 1000001

Color Harmonies of #AEFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFD50

Black with #AEFD50

Text Example


Text Example

White with #AEFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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