#68C452

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

Shades of Apple #68C452

Tints of Apple #68C452

Color information

#68C452 (or 0x68C452) is unknown color: approx Apple. HEX triplet: 68, C4 and 52. RGB value is (104,196,82). Sum of RGB (Red+Green+Blue) = 104+196+82=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #68C452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C452 is #973BAD. Grayscale: #9B9B9B. Windows color (decimal): -9911214 or 5424232. OLE color: 5424232.

HSL color Cylindrical-coordinate representation of color #68C452: hue angle of 108.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C452 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB10419682-
CMYK0.4700.580.23
HSL108.42º49.14%54.51%-
HSV(B)108.42º58.16%76.86%-
XYZ26.9743.0314.87-
YUV155.586.5291.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 196 (76.95% from 255) = 51.31%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=27.23%
G=51.31%
B=21.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal104196820.4700.580.23108.4249.1454.51
Hex68C4522F03A176c3137
Octal15030412257072271546167
Binary11010001100010010100101011110111010101111101100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,196,82); }

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

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

 a { background-color: rgb(104,196,82); }

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

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

 span { border-color: rgb(104,196,82); }

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