#5BC240

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

Shades of Apple #5BC240

Tints of Apple #5BC240

Color information

#5BC240 (or 0x5BC240) is unknown color: approx Apple. HEX triplet: 5B, C2 and 40. RGB value is (91,194,64). Sum of RGB (Red+Green+Blue) = 91+194+64=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC240 is #A43DBF. Grayscale: #949494. Windows color (decimal): -10763712 or 4244059. OLE color: 4244059.

HSL color Cylindrical-coordinate representation of color #5BC240: hue angle of 107.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BC240 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB9119464-
CMYK0.5300.670.24
HSL107.54º51.59%50.59%-
HSV(B)107.54º67.01%76.08%-
XYZ24.5341.1811.51-
YUV148.3880.3887.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 194 (76.17% from 255) = 55.59%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=26.07%
G=55.59%
B=18.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91194640.5300.670.24107.5451.5950.59
Hex5BC24035043186c3433
Octal133302100650103301546463
Binary101101111000010100000011010101000011110001101100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,194,64); }

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

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

 a { background-color: rgb(91,194,64); }

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

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

 span { border-color: rgb(91,194,64); }

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