#6DD445

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

Shades of Apple #6DD445

Tints of Apple #6DD445

Color information

#6DD445 (or 0x6DD445) is unknown color: approx Apple. HEX triplet: 6D, D4 and 45. RGB value is (109,212,69). Sum of RGB (Red+Green+Blue) = 109+212+69=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 212 (83.20% from 255 or 54.36% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD445 is #922BBA. Grayscale: #A5A5A5. Windows color (decimal): -9579451 or 4576365. OLE color: 4576365.

HSL color Cylindrical-coordinate representation of color #6DD445: hue angle of 103.22º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6DD445 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB10921269-
CMYK0.4900.670.17
HSL103.22º62.45%55.1%-
HSV(B)103.22º67.45%83.14%-
XYZ30.9250.7713.8-
YUV164.973.8888.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 212 (83.20% from 255) = 54.36%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=27.95%
G=54.36%
B=17.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal109212690.4900.670.17103.2262.4555.1
Hex6DD4453104311673e37
Octal155324105610103211477667
Binary110110111010100100010111000101000011100011100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,212,69); }

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

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

 a { background-color: rgb(109,212,69); }

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

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

 span { border-color: rgb(109,212,69); }

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