#6DD12C

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

Shades of Apple #6DD12C

Tints of Apple #6DD12C

Color information

#6DD12C (or 0x6DD12C) is unknown color: approx Apple. HEX triplet: 6D, D1 and 2C. RGB value is (109,209,44). Sum of RGB (Red+Green+Blue) = 109+209+44=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD12C is #922ED3. Grayscale: #A0A0A0. Windows color (decimal): -9580244 or 2937197. OLE color: 2937197.

HSL color Cylindrical-coordinate representation of color #6DD12C: hue angle of 96.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6DD12C is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB10920944-
CMYK0.4800.790.18
HSL96.36º65.22%49.61%-
HSV(B)96.36º78.95%81.96%-
XYZ29.5649.0310.29-
YUV160.2962.3791.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 209 (82.03% from 255) = 57.73%
BLUE value IS 44 (17.58% from 255) = 12.15%
R=30.11%
G=57.73%
B=12.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109209440.4800.790.1896.3665.2249.61
Hex6DD12C3004F12604132
Octal155321546001172214010162
Binary110110111010001101100110000010011111001011000001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,209,44); }

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

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

 a { background-color: rgb(109,209,44); }

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

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

 span { border-color: rgb(109,209,44); }

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