#6CC134

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

Shades of Apple #6CC134

Tints of Apple #6CC134

Color information

#6CC134 (or 0x6CC134) is unknown color: approx Apple. HEX triplet: 6C, C1 and 34. RGB value is (108,193,52). Sum of RGB (Red+Green+Blue) = 108+193+52=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC134 is #933ECB. Grayscale: #979797. Windows color (decimal): -9649868 or 3457388. OLE color: 3457388.

HSL color Cylindrical-coordinate representation of color #6CC134: hue angle of 96.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CC134 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB10819352-
CMYK0.4400.730.24
HSL96.17º57.55%48.04%-
HSV(B)96.17º73.06%75.69%-
XYZ25.8741.589.91-
YUV151.5171.8496.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 193 (75.78% from 255) = 54.67%
BLUE value IS 52 (20.70% from 255) = 14.73%
R=30.59%
G=54.67%
B=14.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108193520.4400.730.2496.1757.5548.04
Hex6CC1342C04918603a30
Octal15430164540111301407260
Binary11011001100000111010010110001001001110001100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CC134; }

 p { color: rgb(108,193,52); }

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

<style>
 a { background-color: #6CC134; }

 a { background-color: rgb(108,193,52); }

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

<style>
 span { border-color: #6CC134; }

 span { border-color: rgb(108,193,52); }

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