#68CA45

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

Shades of Apple #68CA45

Tints of Apple #68CA45

Color information

#68CA45 (or 0x68CA45) is unknown color: approx Apple. HEX triplet: 68, CA and 45. RGB value is (104,202,69). Sum of RGB (Red+Green+Blue) = 104+202+69=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CA45 is #9735BA. Grayscale: #9D9D9D. Windows color (decimal): -9909691 or 4573800. OLE color: 4573800.

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

Color convert

RGB10420269-
CMYK0.4900.660.21
HSL104.21º55.65%53.14%-
HSV(B)104.21º65.84%79.22%-
XYZ27.945.6112.96-
YUV157.5478.0389.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=27.73%
G=53.87%
B=18.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104202690.4900.660.21104.2155.6553.14
Hex68CA453104215683835
Octal150312105610102251507065
Binary110100011001010100010111000101000010101011101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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