#5CAF4C

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

Shades of Apple #5CAF4C

Tints of Apple #5CAF4C

Color information

#5CAF4C (or 0x5CAF4C) is unknown color: approx Apple. HEX triplet: 5C, AF and 4C. RGB value is (92,175,76). Sum of RGB (Red+Green+Blue) = 92+175+76=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAF4C is #A350B3. Grayscale: #8B8B8B. Windows color (decimal): -10703028 or 5025628. OLE color: 5025628.

HSL color Cylindrical-coordinate representation of color #5CAF4C: hue angle of 110.3º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CAF4C is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB9217576-
CMYK0.4700.570.31
HSL110.3º39.44%49.22%-
HSV(B)110.3º56.57%68.63%-
XYZ21.0533.4612.19-
YUV138.992.594.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=26.82%
G=51.02%
B=22.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92175760.4700.570.31110.339.4449.22
Hex5CAF4C2F0391F6e2731
Octal13425711457071371564761
Binary10111001010111110011001011110111001111111101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,76); }

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

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

 a { background-color: rgb(92,175,76); }

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

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

 span { border-color: rgb(92,175,76); }

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