#60C74A

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

Shades of Apple #60C74A

Tints of Apple #60C74A

Color information

#60C74A (or 0x60C74A) is unknown color: approx Apple. HEX triplet: 60, C7 and 4A. RGB value is (96,199,74). Sum of RGB (Red+Green+Blue) = 96+199+74=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #60C74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C74A is #9F38B5. Grayscale: #9A9A9A. Windows color (decimal): -10434742 or 4900704. OLE color: 4900704.

HSL color Cylindrical-coordinate representation of color #60C74A: hue angle of 109.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60C74A is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB9619974-
CMYK0.5200.630.22
HSL109.44º52.74%53.53%-
HSV(B)109.44º62.81%78.04%-
XYZ26.4843.8313.54-
YUV153.9582.8886.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 199 (78.12% from 255) = 53.93%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=26.02%
G=53.93%
B=20.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96199740.5200.630.22109.4452.7453.53
Hex60C74A3403F166d3536
Octal14030711264077261556566
Binary11000001100011110010101101000111111101101101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C74A; }

 p { color: rgb(96,199,74); }

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

<style>
 a { background-color: #60C74A; }

 a { background-color: rgb(96,199,74); }

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

<style>
 span { border-color: #60C74A; }

 span { border-color: rgb(96,199,74); }

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