#60D641

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

Shades of Apple #60D641

Tints of Apple #60D641

Color information

#60D641 (or 0x60D641) is unknown color: approx Apple. HEX triplet: 60, D6 and 41. RGB value is (96,214,65). Sum of RGB (Red+Green+Blue) = 96+214+65=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #60D641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D641 is #9F29BE. Grayscale: #A2A2A2. Windows color (decimal): -10430911 or 4314720. OLE color: 4314720.

HSL color Cylindrical-coordinate representation of color #60D641: hue angle of 107.52º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60D641 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB9621465-
CMYK0.5500.700.16
HSL107.52º64.5%54.71%-
HSV(B)107.52º69.63%83.92%-
XYZ29.8250.9613.27-
YUV161.7373.4181.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 214 (83.98% from 255) = 57.07%
BLUE value IS 65 (25.78% from 255) = 17.33%
R=25.6%
G=57.07%
B=17.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal96214650.5500.700.16107.5264.554.71
Hex60D64137046106c4137
Octal1403261016701062015410167
Binary1100000110101101000001110111010001101000011011001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,214,65); }

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

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

 a { background-color: rgb(96,214,65); }

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

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

 span { border-color: rgb(96,214,65); }

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