Html Css Color HEX #5AD840 Apple

📋 copy color: '#5AD840'

red 90 ◦ green 216 ◦ blue 64

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

Shades of Apple #5AD840

Tints of Apple #5AD840

RGB

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

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

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

R = 24.32%
G = 58.38%
B = 17.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#5AD840 (or 0x5AD840) is known color: Apple. HEX triplet: 5A, D8 and 40. RGB value is (90,216,64). Sum of RGB (Red+Green+Blue) = 90+216+64=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD840 is #A527BF. Grayscale: #A1A1A1. Windows color (decimal): -10823616 or 4249690. OLE color: 4249690.

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

Color convert

RGB 90 216 64 -
CMYK 0.58 0 0.70 0.15
HSL 109.74º 0.66% 0.55% -
HSV(B) 109.74º 0.7% 0.85% -
XYZ 29.7 51.66 13.26 -
YUV 161 73.26 77.36 -
System Red Green Blue C M Y K H S L
Decimal 90 216 64 0.58 0 0.70 0.15 109.74 0.66 0.55
Hex 5A D8 40 3A 0 46 F 6E 42 37
Octal 132 330 100 72 0 106 17 156 102 67
Binary 1011010 11011000 1000000 111010 0 1000110 1111 1101110 1000010 110111

Color Harmonies of #5AD840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD840

Black with #5AD840

Text Example


Text Example

White with #5AD840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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