#68CA31

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

Shades of Apple #68CA31

Tints of Apple #68CA31

Color information

#68CA31 (or 0x68CA31) is unknown color: approx Apple. HEX triplet: 68, CA and 31. RGB value is (104,202,49). Sum of RGB (Red+Green+Blue) = 104+202+49=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CA31 is #9735CE. Grayscale: #9B9B9B. Windows color (decimal): -9909711 or 3263080. OLE color: 3263080.

HSL color Cylindrical-coordinate representation of color #68CA31: hue angle of 98.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68CA31 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB10420249-
CMYK0.4900.760.21
HSL98.43º60.96%49.22%-
HSV(B)98.43º75.74%79.22%-
XYZ27.3845.4110.23-
YUV155.2668.0391.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=29.30%
G=56.90%
B=13.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104202490.4900.760.2198.4360.9649.22
Hex68CA313104C15623d31
Octal15031261610114251427561
Binary11010001100101011000111000101001100101011100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,202,49); }

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

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

 a { background-color: rgb(104,202,49); }

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

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

 span { border-color: rgb(104,202,49); }

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