#5CAD4B

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

Shades of Apple #5CAD4B

Tints of Apple #5CAD4B

Color information

#5CAD4B (or 0x5CAD4B) is unknown color: approx Apple. HEX triplet: 5C, AD and 4B. RGB value is (92,173,75). Sum of RGB (Red+Green+Blue) = 92+173+75=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAD4B is #A352B4. Grayscale: #898989. Windows color (decimal): -10703541 or 4959580. OLE color: 4959580.

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

Color convert

RGB9217375-
CMYK0.4700.570.32
HSL109.59º39.52%48.63%-
HSV(B)109.59º56.65%67.84%-
XYZ20.6332.6711.88-
YUV137.6192.6695.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.06%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=27.06%
G=50.88%
B=22.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92173750.4700.570.32109.5939.5248.63
Hex5CAD4B2F039206e2831
Octal13425511357071401565061
Binary101110010101101100101110111101110011000001101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,173,75); }

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

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

 a { background-color: rgb(92,173,75); }

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

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

 span { border-color: rgb(92,173,75); }

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