#6BDC42

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

Shades of Apple #6BDC42

Tints of Apple #6BDC42

Color information

#6BDC42 (or 0x6BDC42) is unknown color: approx Apple. HEX triplet: 6B, DC and 42. RGB value is (107,220,66). Sum of RGB (Red+Green+Blue) = 107+220+66=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC42 is #9423BD. Grayscale: #A9A9A9. Windows color (decimal): -9708478 or 4381803. OLE color: 4381803.

HSL color Cylindrical-coordinate representation of color #6BDC42: hue angle of 104.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BDC42 is Cyan = 0.51, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB10722066-
CMYK0.5100.70.14
HSL104.03º68.75%56.08%-
HSV(B)104.03º70%86.27%-
XYZ32.6454.7113.99-
YUV168.6670.0684.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 220 (86.33% from 255) = 55.98%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=27.23%
G=55.98%
B=16.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107220660.5100.70.14104.0368.7556.08
Hex6BDC4233046E684538
Octal1533341026301061615010570
Binary110101111011100100001011001101000110111011010001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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