#5CBF50

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

Shades of Apple #5CBF50

Tints of Apple #5CBF50

Color information

#5CBF50 (or 0x5CBF50) is unknown color: approx Apple. HEX triplet: 5C, BF and 50. RGB value is (92,191,80). Sum of RGB (Red+Green+Blue) = 92+191+80=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF50 is #A340AF. Grayscale: #959595. Windows color (decimal): -10698928 or 5291868. OLE color: 5291868.

HSL color Cylindrical-coordinate representation of color #5CBF50: hue angle of 113.51º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CBF50 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB9219180-
CMYK0.5200.580.25
HSL113.51º46.44%53.14%-
HSV(B)113.51º58.12%74.9%-
XYZ24.4940.1214.04-
YUV148.7489.287.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.34%
GREEN value IS 191 (75% from 255) = 52.62%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=25.34%
G=52.62%
B=22.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92191800.5200.580.25113.5146.4453.14
Hex5CBF503403A19722e35
Octal13427712064072311625665
Binary10111001011111110100001101000111010110011110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,80); }

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

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

 a { background-color: rgb(92,191,80); }

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

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

 span { border-color: rgb(92,191,80); }

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