#5BC53D

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

Shades of Apple #5BC53D

Tints of Apple #5BC53D

Color information

#5BC53D (or 0x5BC53D) is unknown color: approx Apple. HEX triplet: 5B, C5 and 3D. RGB value is (91,197,61). Sum of RGB (Red+Green+Blue) = 91+197+61=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC53D is #A43AC2. Grayscale: #969696. Windows color (decimal): -10762947 or 4048219. OLE color: 4048219.

HSL color Cylindrical-coordinate representation of color #5BC53D: hue angle of 106.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BC53D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB9119761-
CMYK0.5400.690.23
HSL106.76º53.97%50.59%-
HSV(B)106.76º69.04%77.25%-
XYZ25.1242.4911.29-
YUV149.877.8886.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 197 (77.34% from 255) = 56.45%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=26.07%
G=56.45%
B=17.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91197610.5400.690.23106.7653.9750.59
Hex5BC53D36045176b3633
Octal13330575660105271536663
Binary10110111100010111110111011001000101101111101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,197,61); }

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

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

 a { background-color: rgb(91,197,61); }

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

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

 span { border-color: rgb(91,197,61); }

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