Html Css Color HEX #5ADC4C Apple

📋 copy color: '#5ADC4C'

red 90 ◦ green 220 ◦ blue 76

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

Shades of Apple #5ADC4C

Tints of Apple #5ADC4C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.99%

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

R = 23.32%
G = 56.99%
B = 19.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#5ADC4C (or 0x5ADC4C) is known color: Apple. HEX triplet: 5A, DC and 4C. RGB value is (90,220,76). Sum of RGB (Red+Green+Blue) = 90+220+76=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC4C is #A523B3. Grayscale: #A5A5A5. Windows color (decimal): -10822580 or 5037146. OLE color: 5037146.

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

Color convert

RGB 90 220 76 -
CMYK 0.59 0 0.65 0.14
HSL 114.17º 0.67% 0.58% -
HSV(B) 114.17º 0.65% 0.86% -
XYZ 31.11 53.88 15.6 -
YUV 164.71 77.93 74.71 -
System Red Green Blue C M Y K H S L
Decimal 90 220 76 0.59 0 0.65 0.14 114.17 0.67 0.58
Hex 5A DC 4C 3B 0 41 E 72 43 3A
Octal 132 334 114 73 0 101 16 162 103 72
Binary 1011010 11011100 1001100 111011 0 1000001 1110 1110010 1000011 111010

Color Harmonies of #5ADC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC4C

Black with #5ADC4C

Text Example


Text Example

White with #5ADC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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