Html Css Color HEX #A5FD40 Green Yellow

📋 copy color: '#A5FD40'

red 165 ◦ green 253 ◦ blue 64

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

Shades of Green Yellow #A5FD40

Tints of Green Yellow #A5FD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 34.23%
G = 52.49%
B = 13.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#A5FD40 (or 0xA5FD40) is known color: Green Yellow. HEX triplet: A5, FD and 40. RGB value is (165,253,64). Sum of RGB (Red+Green+Blue) = 165+253+64=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FD40 is #5A02BF. Grayscale: #CDCDCD. Windows color (decimal): -5898944 or 4259237. OLE color: 4259237.

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

Color convert

RGB 165 253 64 -
CMYK 0.35 0 0.75 0.01
HSL 87.94º 0.98% 0.62% -
HSV(B) 87.94º 0.75% 0.99% -
XYZ 51.57 78.62 17.31 -
YUV 205.14 48.35 99.37 -
System Red Green Blue C M Y K H S L
Decimal 165 253 64 0.35 0 0.75 0.01 87.94 0.98 0.62
Hex A5 FD 40 23 0 4B 1 58 62 3E
Octal 245 375 100 43 0 113 1 130 142 76
Binary 10100101 11111101 1000000 100011 0 1001011 1 1011000 1100010 111110

Color Harmonies of #A5FD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD40

Black with #A5FD40

Text Example


Text Example

White with #A5FD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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