#68CC38

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

Shades of Apple #68CC38

Tints of Apple #68CC38

Color information

#68CC38 (or 0x68CC38) is unknown color: approx Apple. HEX triplet: 68, CC and 38. RGB value is (104,204,56). Sum of RGB (Red+Green+Blue) = 104+204+56=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC38 is #9733C7. Grayscale: #9D9D9D. Windows color (decimal): -9909192 or 3722344. OLE color: 3722344.

HSL color Cylindrical-coordinate representation of color #68CC38: hue angle of 100.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68CC38 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB10420456-
CMYK0.4900.730.2
HSL100.54º59.2%50.98%-
HSV(B)100.54º72.55%80%-
XYZ28.0246.4111.22-
YUV157.2370.8790.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 204 (80.08% from 255) = 56.04%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=28.57%
G=56.04%
B=15.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104204560.4900.730.2100.5459.250.98
Hex68CC383104914653b33
Octal15031470610111241457363
Binary11010001100110011100011000101001001101001100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,204,56); }

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

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

 a { background-color: rgb(104,204,56); }

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

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

 span { border-color: rgb(104,204,56); }

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