Html Css Color HEX #A5F83D Green Yellow

📋 copy color: '#A5F83D'

red 165 ◦ green 248 ◦ blue 61

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

Shades of Green Yellow #A5F83D

Tints of Green Yellow #A5F83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.32%

 BLUE value IS 61 (24.22% from 255) = 12.87%

R = 34.81%
G = 52.32%
B = 12.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#A5F83D (or 0xA5F83D) is known color: Green Yellow. HEX triplet: A5, F8 and 3D. RGB value is (165,248,61). Sum of RGB (Red+Green+Blue) = 165+248+61=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F83D is #5A07C2. Grayscale: #CACACA. Windows color (decimal): -5900227 or 4061349. OLE color: 4061349.

HSL color Cylindrical-coordinate representation of color #A5F83D: hue angle of 86.63º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5F83D is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 61 -
CMYK 0.33 0 0.75 0.03
HSL 86.63º 0.93% 0.61% -
HSV(B) 86.63º 0.75% 0.97% -
XYZ 49.93 75.47 16.35 -
YUV 201.87 48.5 101.71 -
System Red Green Blue C M Y K H S L
Decimal 165 248 61 0.33 0 0.75 0.03 86.63 0.93 0.61
Hex A5 F8 3D 21 0 4B 3 57 5D 3D
Octal 245 370 75 41 0 113 3 127 135 75
Binary 10100101 11111000 111101 100001 0 1001011 11 1010111 1011101 111101

Color Harmonies of #A5F83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F83D

Black with #A5F83D

Text Example


Text Example

White with #A5F83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F83D; }

 p { color: rgb(165,248,61); }

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

background-color css

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

 a { background-color: rgb(165,248,61); }

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

border-color css

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

 span { border-color: rgb(165,248,61); }

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