#5CA750

Color #5CA750 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5CA750

Tints of Apple #5CA750

Color information

#5CA750 (or 0x5CA750) is unknown color: approx Apple. HEX triplet: 5C, A7 and 50. RGB value is (92,167,80). Sum of RGB (Red+Green+Blue) = 92+167+80=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA750 is #A358AF. Grayscale: #868686. Windows color (decimal): -10705072 or 5285724. OLE color: 5285724.

HSL color Cylindrical-coordinate representation of color #5CA750: hue angle of 111.72º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CA750 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB9216780-
CMYK0.4500.520.35
HSL111.72º35.22%48.43%-
HSV(B)111.72º52.1%65.49%-
XYZ19.6830.4912.44-
YUV134.6697.1597.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 167 (65.62% from 255) = 49.26%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=27.14%
G=49.26%
B=23.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92167800.4500.520.35111.7235.2248.43
Hex5CA7502D03423702330
Octal13424712055064431604360
Binary101110010100111101000010110101101001000111110000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CA750;
 }
 .AnyTagClassName
 {
   color: #5CA750;
 }
</style>
background-color css

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

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

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

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

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

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