Html Css Color HEX #5AD84C Apple

📋 copy color: '#5AD84C'

red 90 ◦ green 216 ◦ blue 76

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

Shades of Apple #5AD84C

Tints of Apple #5AD84C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.54%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 23.56%
G = 56.54%
B = 19.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5AD84C (or 0x5AD84C) is known color: Apple. HEX triplet: 5A, D8 and 4C. RGB value is (90,216,76). Sum of RGB (Red+Green+Blue) = 90+216+76=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD84C is #A527B3. Grayscale: #A2A2A2. Windows color (decimal): -10823604 or 5036122. OLE color: 5036122.

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

Color convert

RGB 90 216 76 -
CMYK 0.58 0 0.65 0.15
HSL 114º 0.64% 0.57% -
HSV(B) 114º 0.65% 0.85% -
XYZ 30.08 51.81 15.25 -
YUV 162.37 79.26 76.38 -
System Red Green Blue C M Y K H S L
Decimal 90 216 76 0.58 0 0.65 0.15 114 0.64 0.57
Hex 5A D8 4C 3A 0 41 F 72 40 39
Octal 132 330 114 72 0 101 17 162 100 71
Binary 1011010 11011000 1001100 111010 0 1000001 1111 1110010 1000000 111001

Color Harmonies of #5AD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD84C

Black with #5AD84C

Text Example


Text Example

White with #5AD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,216,76); }

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

background-color css

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

 a { background-color: rgb(90,216,76); }

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

border-color css

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

 span { border-color: rgb(90,216,76); }

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