#5CB940

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

Shades of Apple #5CB940

Tints of Apple #5CB940

Color information

#5CB940 (or 0x5CB940) is unknown color: approx Apple. HEX triplet: 5C, B9 and 40. RGB value is (92,185,64). Sum of RGB (Red+Green+Blue) = 92+185+64=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB940 is #A346BF. Grayscale: #8F8F8F. Windows color (decimal): -10700480 or 4241756. OLE color: 4241756.

HSL color Cylindrical-coordinate representation of color #5CB940: hue angle of 106.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CB940 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB9218564-
CMYK0.5000.650.27
HSL106.12º48.59%48.82%-
HSV(B)106.12º65.41%72.55%-
XYZ22.6937.3410.86-
YUV143.483.1991.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.98%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=26.98%
G=54.25%
B=18.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92185640.5000.650.27106.1248.5948.82
Hex5CB940320411B6a3131
Octal134271100620101331526161
Binary101110010111001100000011001001000001110111101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,185,64); }

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

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

 a { background-color: rgb(92,185,64); }

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

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

 span { border-color: rgb(92,185,64); }

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