Html Css Color HEX #5ADC3F Apple

📋 copy color: '#5ADC3F'

red 90 ◦ green 220 ◦ blue 63

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

Shades of Apple #5ADC3F

Tints of Apple #5ADC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.89%

R = 24.13%
G = 58.98%
B = 16.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#5ADC3F (or 0x5ADC3F) is known color: Apple. HEX triplet: 5A, DC and 3F. RGB value is (90,220,63). Sum of RGB (Red+Green+Blue) = 90+220+63=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC3F is #A523C0. Grayscale: #A3A3A3. Windows color (decimal): -10822593 or 4185178. OLE color: 4185178.

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

Color convert

RGB 90 220 63 -
CMYK 0.59 0 0.71 0.14
HSL 109.68º 0.69% 0.55% -
HSV(B) 109.68º 0.71% 0.86% -
XYZ 30.71 53.72 13.45 -
YUV 163.23 71.43 75.77 -
System Red Green Blue C M Y K H S L
Decimal 90 220 63 0.59 0 0.71 0.14 109.68 0.69 0.55
Hex 5A DC 3F 3B 0 47 E 6E 45 37
Octal 132 334 77 73 0 107 16 156 105 67
Binary 1011010 11011100 111111 111011 0 1000111 1110 1101110 1000101 110111

Color Harmonies of #5ADC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC3F

Black with #5ADC3F

Text Example


Text Example

White with #5ADC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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