#68C253

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

Shades of Apple #68C253

Tints of Apple #68C253

Color information

#68C253 (or 0x68C253) is unknown color: approx Apple. HEX triplet: 68, C2 and 53. RGB value is (104,194,83). Sum of RGB (Red+Green+Blue) = 104+194+83=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #68C253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C253 is #973DAC. Grayscale: #9A9A9A. Windows color (decimal): -9911725 or 5489256. OLE color: 5489256.

HSL color Cylindrical-coordinate representation of color #68C253: hue angle of 108.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68C253 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB10419483-
CMYK0.4600.570.24
HSL108.65º47.64%54.31%-
HSV(B)108.65º57.22%76.08%-
XYZ26.5642.1514.92-
YUV154.4487.6892.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 194 (76.17% from 255) = 50.92%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=27.30%
G=50.92%
B=21.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104194830.4600.570.24108.6547.6454.31
Hex68C2532E039186d3036
Octal15030212356071301556066
Binary11010001100001010100111011100111001110001101101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,194,83); }

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

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

 a { background-color: rgb(104,194,83); }

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

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

 span { border-color: rgb(104,194,83); }

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