#68C953

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

Shades of Apple #68C953

Tints of Apple #68C953

Color information

#68C953 (or 0x68C953) is unknown color: approx Apple. HEX triplet: 68, C9 and 53. RGB value is (104,201,83). Sum of RGB (Red+Green+Blue) = 104+201+83=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #68C953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C953 is #9736AC. Grayscale: #9E9E9E. Windows color (decimal): -9909933 or 5491048. OLE color: 5491048.

HSL color Cylindrical-coordinate representation of color #68C953: hue angle of 109.32º degrees, saturation: 0.52, 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 #68C953 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB10420183-
CMYK0.4800.590.21
HSL109.32º52.21%55.69%-
HSV(B)109.32º58.71%78.82%-
XYZ28.1645.3415.45-
YUV158.5485.3689.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 201 (78.91% from 255) = 51.80%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=26.80%
G=51.80%
B=21.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104201830.4800.590.21109.3252.2155.69
Hex68C9533003B156d3438
Octal15031112360073251556470
Binary11010001100100110100111100000111011101011101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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