#6BC242

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

Shades of Apple #6BC242

Tints of Apple #6BC242

Color information

#6BC242 (or 0x6BC242) is unknown color: approx Apple. HEX triplet: 6B, C2 and 42. RGB value is (107,194,66). Sum of RGB (Red+Green+Blue) = 107+194+66=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC242 is #943DBD. Grayscale: #999999. Windows color (decimal): -9715134 or 4375147. OLE color: 4375147.

HSL color Cylindrical-coordinate representation of color #6BC242: hue angle of 100.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BC242 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB10719466-
CMYK0.4500.660.24
HSL100.78º51.2%50.98%-
HSV(B)100.78º65.98%76.08%-
XYZ26.3442.111.89-
YUV153.478.6894.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=29.16%
G=52.86%
B=17.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107194660.4500.660.24100.7851.250.98
Hex6BC2422D04218653333
Octal153302102550102301456363
Binary110101111000010100001010110101000010110001100101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,66); }

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

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

 a { background-color: rgb(107,194,66); }

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

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

 span { border-color: rgb(107,194,66); }

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