Html Css Color HEX #5AD74A Apple

📋 copy color: '#5AD74A'

red 90 ◦ green 215 ◦ blue 74

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

Shades of Apple #5AD74A

Tints of Apple #5AD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.73%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 23.75%
G = 56.73%
B = 19.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#5AD74A (or 0x5AD74A) is known color: Apple. HEX triplet: 5A, D7 and 4A. RGB value is (90,215,74). Sum of RGB (Red+Green+Blue) = 90+215+74=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD74A is #A528B5. Grayscale: #A1A1A1. Windows color (decimal): -10823862 or 4904794. OLE color: 4904794.

HSL color Cylindrical-coordinate representation of color #5AD74A: hue angle of 113.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AD74A is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 215 74 -
CMYK 0.58 0 0.66 0.16
HSL 113.19º 0.64% 0.57% -
HSV(B) 113.19º 0.66% 0.84% -
XYZ 29.75 51.27 14.81 -
YUV 161.55 78.59 76.96 -
System Red Green Blue C M Y K H S L
Decimal 90 215 74 0.58 0 0.66 0.16 113.19 0.64 0.57
Hex 5A D7 4A 3A 0 42 10 71 40 39
Octal 132 327 112 72 0 102 20 161 100 71
Binary 1011010 11010111 1001010 111010 0 1000010 10000 1110001 1000000 111001

Color Harmonies of #5AD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD74A

Black with #5AD74A

Text Example


Text Example

White with #5AD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,215,74); }

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

background-color css

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

 a { background-color: rgb(90,215,74); }

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

border-color css

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

 span { border-color: rgb(90,215,74); }

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