#68DD33

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

Shades of Apple #68DD33

Tints of Apple #68DD33

Color information

#68DD33 (or 0x68DD33) is unknown color: approx Apple. HEX triplet: 68, DD and 33. RGB value is (104,221,51). Sum of RGB (Red+Green+Blue) = 104+221+51=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD33 is #9722CC. Grayscale: #A7A7A7. Windows color (decimal): -9904845 or 3399016. OLE color: 3399016.

HSL color Cylindrical-coordinate representation of color #68DD33: hue angle of 101.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68DD33 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB10422151-
CMYK0.5300.770.13
HSL101.29º71.43%53.33%-
HSV(B)101.29º76.92%86.67%-
XYZ32.1654.8912.03-
YUV166.6462.7483.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 221 (86.72% from 255) = 58.78%
BLUE value IS 51 (20.31% from 255) = 13.56%
R=27.66%
G=58.78%
B=13.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104221510.5300.770.13101.2971.4353.33
Hex68DD333504DD654735
Octal150335636501151514510765
Binary11010001101110111001111010101001101110111001011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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