Html Css Color HEX #5AD94D Apple

📋 copy color: '#5AD94D'

red 90 ◦ green 217 ◦ blue 77

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

Shades of Apple #5AD94D

Tints of Apple #5AD94D

RGB

 RED value IS 90 (35.55% from 255) = 23.44%

 GREEN value IS 217 (85.16% from 255) = 56.51%

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 23.44%
G = 56.51%
B = 20.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5AD94D (or 0x5AD94D) is known color: Apple. HEX triplet: 5A, D9 and 4D. RGB value is (90,217,77). Sum of RGB (Red+Green+Blue) = 90+217+77=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD94D is #A526B2. Grayscale: #A3A3A3. Windows color (decimal): -10823347 or 5101914. OLE color: 5101914.

HSL color Cylindrical-coordinate representation of color #5AD94D: hue angle of 114.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD94D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 217 77 -
CMYK 0.59 0 0.65 0.15
HSL 114.43º 0.65% 0.58% -
HSV(B) 114.43º 0.65% 0.85% -
XYZ 30.37 52.34 15.52 -
YUV 163.07 79.42 75.88 -
System Red Green Blue C M Y K H S L
Decimal 90 217 77 0.59 0 0.65 0.15 114.43 0.65 0.58
Hex 5A D9 4D 3B 0 41 F 72 41 3A
Octal 132 331 115 73 0 101 17 162 101 72
Binary 1011010 11011001 1001101 111011 0 1000001 1111 1110010 1000001 111010

Color Harmonies of #5AD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD94D

Black with #5AD94D

Text Example


Text Example

White with #5AD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AD94D; }

 p { color: rgb(90,217,77); }

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

background-color css

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

 a { background-color: rgb(90,217,77); }

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

border-color css

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

 span { border-color: rgb(90,217,77); }

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