#6CDC69

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

Shades of Pastel Green #6CDC69

Tints of Pastel Green #6CDC69

Color information

#6CDC69 (or 0x6CDC69) is unknown color: approx Pastel Green. HEX triplet: 6C, DC and 69. RGB value is (108,220,105). Sum of RGB (Red+Green+Blue) = 108+220+105=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDC69 is #932396. Grayscale: #ADADAD. Windows color (decimal): -9642903 or 6937708. OLE color: 6937708.

HSL color Cylindrical-coordinate representation of color #6CDC69: hue angle of 118.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDC69 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB108220105-
CMYK0.5100.520.14
HSL118.43º62.16%63.73%-
HSV(B)118.43º52.27%86.27%-
XYZ34.3355.3922.25-
YUV173.489.3981.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.94%
GREEN value IS 220 (86.33% from 255) = 50.81%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=24.94%
G=50.81%
B=24.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082201050.5100.520.14118.4362.1663.73
Hex6CDC6933034E763e40
Octal154334151630641616676100
Binary11011001101110011010011100110110100111011101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,105); }

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

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

 a { background-color: rgb(108,220,105); }

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

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

 span { border-color: rgb(108,220,105); }

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