#68CA53

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

Shades of Apple #68CA53

Tints of Apple #68CA53

Color information

#68CA53 (or 0x68CA53) is unknown color: approx Apple. HEX triplet: 68, CA and 53. RGB value is (104,202,83). Sum of RGB (Red+Green+Blue) = 104+202+83=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA53 is #9735AC. Grayscale: #9F9F9F. Windows color (decimal): -9909677 or 5491304. OLE color: 5491304.

HSL color Cylindrical-coordinate representation of color #68CA53: hue angle of 109.41º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CA53 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB10420283-
CMYK0.4900.590.21
HSL109.41º52.89%55.88%-
HSV(B)109.41º58.91%79.22%-
XYZ28.3945.8115.53-
YUV159.1385.0388.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 83 (32.81% from 255) = 21.34%
R=26.74%
G=51.93%
B=21.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104202830.4900.590.21109.4152.8955.88
Hex68CA533103B156d3538
Octal15031212361073251556570
Binary11010001100101010100111100010111011101011101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CA53; }

 p { color: rgb(104,202,83); }

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

<style>
 a { background-color: #68CA53; }

 a { background-color: rgb(104,202,83); }

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

<style>
 span { border-color: #68CA53; }

 span { border-color: rgb(104,202,83); }

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