#68CD2C

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

Shades of Apple #68CD2C

Tints of Apple #68CD2C

Color information

#68CD2C (or 0x68CD2C) is unknown color: approx Apple. HEX triplet: 68, CD and 2C. RGB value is (104,205,44). Sum of RGB (Red+Green+Blue) = 104+205+44=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD2C is #9732D3. Grayscale: #9C9C9C. Windows color (decimal): -9908948 or 2936168. OLE color: 2936168.

HSL color Cylindrical-coordinate representation of color #68CD2C: hue angle of 97.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68CD2C is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB10420544-
CMYK0.4900.790.20
HSL97.64º64.66%48.82%-
HSV(B)97.64º78.54%80.39%-
XYZ27.9946.799.94-
YUV156.4564.5490.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 205 (80.47% from 255) = 58.07%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=29.46%
G=58.07%
B=12.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104205440.4900.790.2097.6464.6648.82
Hex68CD2C3104F14624131
Octal150315546101172414210161
Binary110100011001101101100110001010011111010011000101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,205,44); }

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

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

 a { background-color: rgb(104,205,44); }

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

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

 span { border-color: rgb(104,205,44); }

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