#68DC48

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

Shades of Apple #68DC48

Tints of Apple #68DC48

Color information

#68DC48 (or 0x68DC48) is unknown color: approx Apple. HEX triplet: 68, DC and 48. RGB value is (104,220,72). Sum of RGB (Red+Green+Blue) = 104+220+72=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC48 is #9723B7. Grayscale: #A8A8A8. Windows color (decimal): -9905080 or 4775016. OLE color: 4775016.

HSL color Cylindrical-coordinate representation of color #68DC48: hue angle of 107.03º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68DC48 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10422072-
CMYK0.5300.670.14
HSL107.03º67.89%57.25%-
HSV(B)107.03º67.27%86.27%-
XYZ32.4754.614.96-
YUV168.4473.5782.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 220 (86.33% from 255) = 55.56%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=26.26%
G=55.56%
B=18.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104220720.5300.670.14107.0367.8957.25
Hex68DC4835043E6b4439
Octal1503341106501031615310471
Binary110100011011100100100011010101000011111011010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,220,72); }

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

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

 a { background-color: rgb(104,220,72); }

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

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

 span { border-color: rgb(104,220,72); }

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