#5CBC3F

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

Shades of Apple #5CBC3F

Tints of Apple #5CBC3F

Color information

#5CBC3F (or 0x5CBC3F) is unknown color: approx Apple. HEX triplet: 5C, BC and 3F. RGB value is (92,188,63). Sum of RGB (Red+Green+Blue) = 92+188+63=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC3F is #A343C0. Grayscale: #919191. Windows color (decimal): -10699713 or 4176988. OLE color: 4176988.

HSL color Cylindrical-coordinate representation of color #5CBC3F: hue angle of 106.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CBC3F is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB9218863-
CMYK0.5100.660.26
HSL106.08º49.8%49.22%-
HSV(B)106.08º66.49%73.73%-
XYZ23.2938.610.93-
YUV145.0581.790.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 63 (25% from 255) = 18.37%
R=26.82%
G=54.81%
B=18.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92188630.5100.660.26106.0849.849.22
Hex5CBC3F330421A6a3231
Octal13427477630102321526261
Binary10111001011110011111111001101000010110101101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,63); }

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

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

 a { background-color: rgb(92,188,63); }

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

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

 span { border-color: rgb(92,188,63); }

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