#5CBE48

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

Shades of Apple #5CBE48

Tints of Apple #5CBE48

Color information

#5CBE48 (or 0x5CBE48) is unknown color: approx Apple. HEX triplet: 5C, BE and 48. RGB value is (92,190,72). Sum of RGB (Red+Green+Blue) = 92+190+72=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBE48 is #A341B7. Grayscale: #939393. Windows color (decimal): -10699192 or 4767324. OLE color: 4767324.

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

Color convert

RGB9219072-
CMYK0.5200.620.25
HSL109.83º47.58%51.37%-
HSV(B)109.83º62.11%74.51%-
XYZ2439.5712.5-
YUV147.2585.5388.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 190 (74.61% from 255) = 53.67%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=25.99%
G=53.67%
B=20.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92190720.5200.620.25109.8347.5851.37
Hex5CBE483403E196e3033
Octal13427611064076311566063
Binary10111001011111010010001101000111110110011101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,72); }

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

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

 a { background-color: rgb(92,190,72); }

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

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

 span { border-color: rgb(92,190,72); }

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