#6DD468

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

Shades of Pastel Green #6DD468

Tints of Pastel Green #6DD468

Color information

#6DD468 (or 0x6DD468) is unknown color: approx Pastel Green. HEX triplet: 6D, D4 and 68. RGB value is (109,212,104). Sum of RGB (Red+Green+Blue) = 109+212+104=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD468 is #922B97. Grayscale: #A9A9A9. Windows color (decimal): -9579416 or 6870125. OLE color: 6870125.

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

Color convert

RGB109212104-
CMYK0.4900.510.17
HSL117.22º55.67%61.96%-
HSV(B)117.22º50.94%83.14%-
XYZ32.3551.3421.3-
YUV168.8991.3885.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.65%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=25.65%
G=49.88%
B=24.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1092121040.4900.510.17117.2255.6761.96
Hex6DD468310331175383e
Octal15532415061063211657076
Binary11011011101010011010001100010110011100011110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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