#5CC14A

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

Shades of Apple #5CC14A

Tints of Apple #5CC14A

Color information

#5CC14A (or 0x5CC14A) is unknown color: approx Apple. HEX triplet: 5C, C1 and 4A. RGB value is (92,193,74). Sum of RGB (Red+Green+Blue) = 92+193+74=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC14A is #A33EB5. Grayscale: #959595. Windows color (decimal): -10698422 or 4899164. OLE color: 4899164.

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

Color convert

RGB9219374-
CMYK0.5200.620.24
HSL110.92º48.97%52.35%-
HSV(B)110.92º61.66%75.69%-
XYZ24.7240.9113.07-
YUV149.2485.5487.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.63%
GREEN value IS 193 (75.78% from 255) = 53.76%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=25.63%
G=53.76%
B=20.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92193740.5200.620.24110.9248.9752.35
Hex5CC14A3403E186f3134
Octal13430111264076301576164
Binary10111001100000110010101101000111110110001101111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,193,74); }

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

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

 a { background-color: rgb(92,193,74); }

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

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

 span { border-color: rgb(92,193,74); }

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