#6DD042

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

Shades of Apple #6DD042

Tints of Apple #6DD042

Color information

#6DD042 (or 0x6DD042) is unknown color: approx Apple. HEX triplet: 6D, D0 and 42. RGB value is (109,208,66). Sum of RGB (Red+Green+Blue) = 109+208+66=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD042 is #922FBD. Grayscale: #A2A2A2. Windows color (decimal): -9580478 or 4378733. OLE color: 4378733.

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

Color convert

RGB10920866-
CMYK0.4800.680.18
HSL101.83º60.17%53.73%-
HSV(B)101.83º68.27%81.57%-
XYZ29.8548.7612.99-
YUV162.2173.790.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 208 (81.64% from 255) = 54.31%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=28.46%
G=54.31%
B=17.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109208660.4800.680.18101.8360.1753.73
Hex6DD0423004412663c36
Octal155320102600104221467466
Binary110110111010000100001011000001000100100101100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,208,66); }

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

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

 a { background-color: rgb(109,208,66); }

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

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

 span { border-color: rgb(109,208,66); }

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