Html Css Color HEX #A5FD50 Green Yellow

📋 copy color: '#A5FD50'

red 165 ◦ green 253 ◦ blue 80

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

Shades of Green Yellow #A5FD50

Tints of Green Yellow #A5FD50

RGB

 RED value IS 165 (64.84% from 255) = 33.13%

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

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

R = 33.13%
G = 50.8%
B = 16.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#A5FD50 (or 0xA5FD50) is known color: Green Yellow. HEX triplet: A5, FD and 50. RGB value is (165,253,80). Sum of RGB (Red+Green+Blue) = 165+253+80=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD50 is #5A02AF. Grayscale: #CFCFCF. Windows color (decimal): -5898928 or 5307813. OLE color: 5307813.

HSL color Cylindrical-coordinate representation of color #A5FD50: hue angle of 90.52º 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 #A5FD50 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 80 -
CMYK 0.35 0 0.68 0.01
HSL 90.52º 0.98% 0.65% -
HSV(B) 90.52º 0.68% 0.99% -
XYZ 52.09 78.83 20.06 -
YUV 206.97 56.35 98.07 -
System Red Green Blue C M Y K H S L
Decimal 165 253 80 0.35 0 0.68 0.01 90.52 0.98 0.65
Hex A5 FD 50 23 0 44 1 5B 62 41
Octal 245 375 120 43 0 104 1 133 142 101
Binary 10100101 11111101 1010000 100011 0 1000100 1 1011011 1100010 1000001

Color Harmonies of #A5FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD50

Black with #A5FD50

Text Example


Text Example

White with #A5FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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