#5CCC48

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

Shades of Apple #5CCC48

Tints of Apple #5CCC48

Color information

#5CCC48 (or 0x5CCC48) is unknown color: approx Apple. HEX triplet: 5C, CC and 48. RGB value is (92,204,72). Sum of RGB (Red+Green+Blue) = 92+204+72=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCC48 is #A333B7. Grayscale: #9B9B9B. Windows color (decimal): -10695608 or 4770908. OLE color: 4770908.

HSL color Cylindrical-coordinate representation of color #5CCC48: hue angle of 110.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CCC48 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB9220472-
CMYK0.5500.650.2
HSL110.91º56.41%54.12%-
HSV(B)110.91º64.71%80%-
XYZ27.1845.9313.56-
YUV155.4680.8982.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 55.43%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=25%
G=55.43%
B=19.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92204720.5500.650.2110.9156.4154.12
Hex5CCC4837041146f3836
Octal134314110670101241577066
Binary101110011001100100100011011101000001101001101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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