#68BD33

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

Shades of Apple #68BD33

Tints of Apple #68BD33

Color information

#68BD33 (or 0x68BD33) is unknown color: approx Apple. HEX triplet: 68, BD and 33. RGB value is (104,189,51). Sum of RGB (Red+Green+Blue) = 104+189+51=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD33 is #9742CC. Grayscale: #949494. Windows color (decimal): -9913037 or 3390824. OLE color: 3390824.

HSL color Cylindrical-coordinate representation of color #68BD33: hue angle of 96.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68BD33 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB10418951-
CMYK0.4500.730.26
HSL96.96º57.5%47.06%-
HSV(B)96.96º73.02%74.12%-
XYZ24.539.589.48-
YUV147.8573.3496.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 51 (20.31% from 255) = 14.83%
R=30.23%
G=54.94%
B=14.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104189510.4500.730.2696.9657.547.06
Hex68BD332D0491A613a2f
Octal15027563550111321417257
Binary11010001011110111001110110101001001110101100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,51); }

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

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

 a { background-color: rgb(104,189,51); }

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

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

 span { border-color: rgb(104,189,51); }

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