#6DDA64

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

Shades of Pastel Green #6DDA64

Tints of Pastel Green #6DDA64

Color information

#6DDA64 (or 0x6DDA64) is unknown color: approx Pastel Green. HEX triplet: 6D, DA and 64. RGB value is (109,218,100). Sum of RGB (Red+Green+Blue) = 109+218+100=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDA64 is #92259B. Grayscale: #ACACAC. Windows color (decimal): -9577884 or 6609517. OLE color: 6609517.

HSL color Cylindrical-coordinate representation of color #6DDA64: hue angle of 115.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDA64 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB109218100-
CMYK0.500.540.15
HSL115.42º61.46%62.35%-
HSV(B)115.42º54.13%85.49%-
XYZ33.6854.3120.77-
YUV171.9687.3983.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 218 (85.55% from 255) = 51.05%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=25.53%
G=51.05%
B=23.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181000.500.540.15115.4261.4662.35
Hex6DDA6432036F733d3e
Octal15533214462066171637576
Binary1101101110110101100100110010011011011111110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,100); }

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

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

 a { background-color: rgb(109,218,100); }

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

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

 span { border-color: rgb(109,218,100); }

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