Html Css Color HEX #5CAB50 Apple

📋 copy color: '#5CAB50'

red 92 ◦ green 171 ◦ blue 80

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

Shades of Apple #5CAB50

Tints of Apple #5CAB50

RGB

 RED value IS 92 (36.33% from 255) = 26.82%

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 26.82%
G = 49.85%
B = 23.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#5CAB50 (or 0x5CAB50) is known color: Apple. HEX triplet: 5C, AB and 50. RGB value is (92,171,80). Sum of RGB (Red+Green+Blue) = 92+171+80=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB50 is #A354AF. Grayscale: #898989. Windows color (decimal): -10704048 or 5286748. OLE color: 5286748.

HSL color Cylindrical-coordinate representation of color #5CAB50: hue angle of 112.09º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CAB50 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 171 80 -
CMYK 0.46 0 0.53 0.33
HSL 112.09º 0.36% 0.49% -
HSV(B) 112.09º 0.53% 0.67% -
XYZ 20.42 31.98 12.69 -
YUV 137.01 95.83 95.9 -
System Red Green Blue C M Y K H S L
Decimal 92 171 80 0.46 0 0.53 0.33 112.09 0.36 0.49
Hex 5C AB 50 2E 0 35 21 70 24 31
Octal 134 253 120 56 0 65 41 160 44 61
Binary 1011100 10101011 1010000 101110 0 110101 100001 1110000 100100 110001

Color Harmonies of #5CAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAB50

Black with #5CAB50

Text Example


Text Example

White with #5CAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,171,80); }

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

background-color css

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

 a { background-color: rgb(92,171,80); }

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

border-color css

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

 span { border-color: rgb(92,171,80); }

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