#5CA83D

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

Shades of Apple #5CA83D

Tints of Apple #5CA83D

Color information

#5CA83D (or 0x5CA83D) is unknown color: approx Apple. HEX triplet: 5C, A8 and 3D. RGB value is (92,168,61). Sum of RGB (Red+Green+Blue) = 92+168+61=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA83D is #A357C2. Grayscale: #858585. Windows color (decimal): -10704835 or 4040796. OLE color: 4040796.

HSL color Cylindrical-coordinate representation of color #5CA83D: hue angle of 102.62º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CA83D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB9216861-
CMYK0.4500.640.34
HSL102.62º46.72%44.9%-
HSV(B)102.62º63.69%65.88%-
XYZ19.2630.629.31-
YUV133.0887.3298.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 168 (66.02% from 255) = 52.34%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=28.66%
G=52.34%
B=19.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92168610.4500.640.34102.6246.7244.9
Hex5CA83D2D04022672f2d
Octal13425075550100421475755
Binary101110010101000111101101101010000001000101100111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,168,61); }

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

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

 a { background-color: rgb(92,168,61); }

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

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

 span { border-color: rgb(92,168,61); }

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