#68DB48

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

Shades of Apple #68DB48

Tints of Apple #68DB48

Color information

#68DB48 (or 0x68DB48) is unknown color: approx Apple. HEX triplet: 68, DB and 48. RGB value is (104,219,72). Sum of RGB (Red+Green+Blue) = 104+219+72=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DB48 is #9724B7. Grayscale: #A8A8A8. Windows color (decimal): -9905336 or 4774760. OLE color: 4774760.

HSL color Cylindrical-coordinate representation of color #68DB48: hue angle of 106.94º degrees, saturation: 0.67, 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 #68DB48 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10421972-
CMYK0.5300.670.14
HSL106.94º67.12%57.06%-
HSV(B)106.94º67.12%85.88%-
XYZ32.2154.0714.87-
YUV167.8673.982.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 219 (85.94% from 255) = 55.44%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=26.33%
G=55.44%
B=18.23%

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
Decimal104219720.5300.670.14106.9467.1257.06
Hex68DB4835043E6b4339
Octal1503331106501031615310371
Binary110100011011011100100011010101000011111011010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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