Html Css Color HEX #5ADC3B Apple

📋 copy color: '#5ADC3B'

red 90 ◦ green 220 ◦ blue 59

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

Shades of Apple #5ADC3B

Tints of Apple #5ADC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 24.39%
G = 59.62%
B = 15.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#5ADC3B (or 0x5ADC3B) is known color: Apple. HEX triplet: 5A, DC and 3B. RGB value is (90,220,59). Sum of RGB (Red+Green+Blue) = 90+220+59=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC3B is #A523C4. Grayscale: #A3A3A3. Windows color (decimal): -10822597 or 3923034. OLE color: 3923034.

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

Color convert

RGB 90 220 59 -
CMYK 0.59 0 0.73 0.14
HSL 108.45º 0.7% 0.55% -
HSV(B) 108.45º 0.73% 0.86% -
XYZ 30.6 53.68 12.89 -
YUV 162.78 69.43 76.09 -
System Red Green Blue C M Y K H S L
Decimal 90 220 59 0.59 0 0.73 0.14 108.45 0.7 0.55
Hex 5A DC 3B 3B 0 49 E 6C 46 37
Octal 132 334 73 73 0 111 16 154 106 67
Binary 1011010 11011100 111011 111011 0 1001001 1110 1101100 1000110 110111

Color Harmonies of #5ADC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC3B

Black with #5ADC3B

Text Example


Text Example

White with #5ADC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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