#6DDC3F

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

Shades of Apple #6DDC3F

Tints of Apple #6DDC3F

Color information

#6DDC3F (or 0x6DDC3F) is unknown color: approx Apple. HEX triplet: 6D, DC and 3F. RGB value is (109,220,63). Sum of RGB (Red+Green+Blue) = 109+220+63=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDC3F is #9223C0. Grayscale: #A9A9A9. Windows color (decimal): -9577409 or 4185197. OLE color: 4185197.

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

Color convert

RGB10922063-
CMYK0.5000.710.14
HSL102.42º69.16%55.49%-
HSV(B)102.42º71.36%86.27%-
XYZ32.854.813.55-
YUV168.9168.2385.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 220 (86.33% from 255) = 56.12%
BLUE value IS 63 (25% from 255) = 16.07%
R=27.81%
G=56.12%
B=16.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109220630.5000.710.14102.4269.1655.49
Hex6DDC3F32047E664537
Octal155334776201071614610567
Binary11011011101110011111111001001000111111011001101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,63); }

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

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

 a { background-color: rgb(109,220,63); }

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

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

 span { border-color: rgb(109,220,63); }

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